All Projects → tanwanimohit → quotesapi

tanwanimohit / quotesapi

Licence: other
Random Quotes generator API

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to quotesapi

anime-chan
A free rest API for anime quotes
Stars: ✭ 637 (+1621.62%)
Mutual labels:  quotes-api
breaking-bad-quotes
A simple API to retrieve some quotes of Breaking Bad, bitch!
Stars: ✭ 148 (+300%)
Mutual labels:  quotes-api
PyQuotes
PyQuotes is a Django-based web application and REST API. That will allow you to launch an online quotes service.
Stars: ✭ 23 (-37.84%)
Mutual labels:  quotes-api
QuoteKit
A framework to use the free APIs provided by https://quotable.io
Stars: ✭ 17 (-54.05%)
Mutual labels:  quotes-api

quotesapi

Random Quotes generator Machine / API

This is a Random Quoutes Generator API, Developed in Node.js. I am maintaining a json file named quotes.db which is working like a database to get the Random Quote.

How to Use?

  • To Get Random Quote : Send Get Request to : https://free-quotes-api.herokuapp.com/
  • To Get All Authors : Send Get Request to : https://free-quotes-api.herokuapp.com/author
  • To Get Quotes of Specific Author : https://free-quotes-api.free-quotes-api.com/author?authorname
  • To Get All Categories : Send Get Request to : https://free-quotes-api.herokuapp.com/categories
  • To Get Quote of Specific Category : https://free-quotes-api.herokuapp.com/categoryname

How to Contribute ?

  • Fork the Repo / Download the Repo

If you want to contribute to the Node.js part then

  • You need to have latest Node.js in your System Download
  • After that just Open the folder and write this.
node index.js

it will be live on http://localhost:3000

If you want to Add Quotes

Than just Add the New quote in json format at the end of quotes.db

{
    "quote": "Be as you wish to seem.",
    "author": "Socrates"
}

Thank you.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].