https://github.com/marknjunge/qdb-rest-api
An unofficial REST API for Quote Database
https://github.com/marknjunge/qdb-rest-api
qdb-api quote-database quotes rest-api
Last synced: about 1 year ago
JSON representation
An unofficial REST API for Quote Database
- Host: GitHub
- URL: https://github.com/marknjunge/qdb-rest-api
- Owner: MarkNjunge
- Created: 2017-12-11T15:23:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-27T15:27:28.000Z (almost 8 years ago)
- Last Synced: 2025-02-15T07:28:50.600Z (over 1 year ago)
- Topics: qdb-api, quote-database, quotes, rest-api
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QDB REST API
An unofficial REST API for [qdb.us](http://www.qdb.us/).
Looking for a node module instead? See [qdb-api](https://github.com/MarkNjunge/qdb-api)
A live version is available at https://qdb-rest.herokuapp.com/
# Routes available
- Get a random quote
- Get the latest quote
- Get specific quote by it's id
- Search for a quote
See [Docs.md](/Docs.md) for further documentation.
# Installation
- Download the repo or clone it.
- Start using `npm start`.