kerfuffle
Have movie/book/show lists, but don't know what to consume next? Let this pick for you!
Currently supports Airtable as a data source. It could probably be configured to use something else, too.
Image Sources
All of the tv and movie images are graciously taken with permission.
This product uses the TMDb API but is not endorsed or certified by TMDb.
Running it yourself
"I want to use this for my media, not yours!"
You can do that! Just fork it and follow these instructions.
- Get your Airtable API Key.
- Create a tmdb API key.
- Replace the keys in
.env.example
with the 3 you just created and rename the file.env
. - Modify
config.js
to have the id for each of the bases you want Kerfuffle to access and the appropriate handler. - If your keys and configs are correct you should be all set to run it! Give
npm start
a whirl.
Other features
Once upon a time, given a tv show, this app picked you a random episode to watch. That functionality could come back at some point, but I wanted to go in a more immediately useful direction.