Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 593 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 593 Bytes

Movie Quote Generator 🍿

A little experiment: generate lines from famous movies and insert them into pre-composed tweets.

View the demo.

How it works

Quotes are pulled from Andrux API.

Quickstart

  1. Install dependencies
$ npm install
  1. Sign up for an API key and insert the key in the env.example file.
  2. Rename env.example file to .env.
  3. Start the server:
$ npm start --require dotenv/config