quotable is a free, open source API that provides access to a large collection of famous quotes. Both the API and the data — the collection of quotes, authors, and other info — are open source projects.
This repository contains the data for the quotable API. All changes to the database are made in this repository and then synced to the MongoDB database. It was set up this way to allow community contributions to the data.
If you are interesting in contributing to the Quotable database, please check out the contributors guide.
/dataContains the source data for each of the database collections./translationsContains translations/configConfiguration values/cliCLI scripts for managing the data/libHelper functions that are used by the CLI scripts