Indian Quotes API is a simple RESTful API that provides a curated collection of inspiring and thought-provoking quotes by renowned Indian personalities. This API can be used in web/mobile applications to fetch random quotes or retrieve quotes by specific personalities or topics.
- Extensive collection of verified quotes.
- Lightning-fast response times with edge caching worldwide.
- Free and open access with no registration or API key required.
- Detailed documentation with examples and usage guidelines.
There is a rate limit of 100 requests per minute, per IP address. If you exceed the rate limit, the API will respond with a 429
error.
- Node.js installed on your system.
-
Clone the repository:
git clone https://github.com/Aniket-508/indian-quotes-api.git
-
Navigate to the project directory:
cd indian-quotes-api
-
Install dependencies:
npm install
-
Start the server:
npm start
-
The server will start at
http://localhost:3000
.
Contributions are welcome! If you have suggestions or would like to add more quotes, feel free to submit a pull request.
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch-name
- Commit your changes:
git commit -m "Added new feature"
- Push the branch:
git push origin feature-branch-name
- Open a pull request on GitHub.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or feedback, feel free to contact me at:
- Email: pawaraniket508@gmail.com
- GitHub: Aniket-508