An open API service indexing awesome lists of open source software.

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

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`.