/quotedb

Mike's movie quotes in a RESTful API

Primary LanguageJavaScriptMIT LicenseMIT

mike-quotedb

Many moons ago, my friend and I wrote a bartender eggdrop IRC bot. One of its features was to spout random movie quotes, and it became rather popular, so in the end we accumulated hundreds of quotes from dozens of movies and TV shows. While the bot has been defunct for quite a while now, I decided to resurrect the quote data in a RESTful API, using Node, MongoDB, and Express. This is that API.

It is live at https://quotedb.flaim.net/api/quotedb/v1

Valid methods/endpoints are:

Public:

Requires a valid token:

Requires a valid token and an admin role:

Build Status