An API which display random हिन्दी Quotes.
- GET
- /success
- /love
- /attitude
- /positive
- /motivational
An array with JSON object
Without parameter
With parameter
Error response - JSON Object with Error Object and Status 400(Invalid Request)
Check if node
is installed
node -v
# if this throws error, then install nodejs
# link - https://nodejs.org/en/download/
- After cloning the repository,
cd
to project folder
npm install
- After all packages are installed, start the server
npm start
# or
nodemon server.js
- Read CONTRIBUTION.md for guidelines.
- Reduce Time delay in fetching a quote from the Database
- Handle Errors with better response
- Add more types of quote