Compare movies based on box office performance.
A simple web app (basically a bunch of vanilla JavaScript stitching together a bunch of not-so-vanilla dependencies) that lets you search for movies and see their daily box office results charted together.
Nothing fancy. This app talks to an instance of the bomojo API.
The server side of things is a simple bottle app which you can run via the Procfile using something like foreman or honcho, i.e.:
The front end is built using webpack. To run it:
webpack --watch
The following features are configurable via environment variables:
Exactly what you'd think. Defaults to localhost.
Also what you'd think. Defaults to 8080.
Where the API is hosted. A live instance is currently running (as of July 22, 2017 anyway) at api.boxofficehawk.com.
Got a Google Analytics tracking ID? Great! You can supply this and the app will include the necessary JavaScript snippet.