URL: https://hindi-quotes.vercel.app/random
Returns a random quote(Object) of any type.
{
"type": "positive",
"quote": "मनुष्य अपने विश्वास से निर्मित होता हैं, जैसा वो विश्वास करता हैं वैसा वो बन जाता हैं.."
}
URL: https://hindi-quotes.vercel.app/random/success
Returns a quote(Object) of given type. E.g. GET /random/success
.
{
"type": "success",
"quote": "किसी को हरा देना बेहद आसान है लेकिन, किसी को जीतना बेहद मुश्किल.."
}
→ Fork the Repository
→ Add new Quotes/Fix Errors
→ Submit Pull request