This API generates a random Jane Austen quote.
Deployed to: https://jane-austen-quote-api.herokuapp.com/
GET /random-quote
- Returns a random Jane Austen quote
GET /random-quote-from-book
Content-Type: application/json
{
"title": "Book Title Here"
}
- Returns a random quote, given a book title in the request body.
- Clone or fork this repository to your local machine.
- Install the dependencies with
npm i
-- make sure you are in the route directory. - To run the server in development mode, run the command
npm run dev
- You should now be able to call your server locally. The local default port used is
3000
- Quotes from Goodreads