Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ms-vague
Last active February 7, 2017 23:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ms-vague/d85d086708a22aa48171fa08a3daa786 to your computer and use it in GitHub Desktop.
Save ms-vague/d85d086708a22aa48171fa08a3daa786 to your computer and use it in GitHub Desktop.
API Hack Capstone
I want to do something that incorporates my interest in pop culture.
I love movies. Preferably bad movies.
So, for my capstone I want to share my love of bad movies. I was thinking of making a random bad movie generator.
I will use the Vimeo API that will filter only B grade movies:
https://vimeo.com/tag:b+movie
It will also filter by user ‘likes’:
The more likes it has, a better quality bad movie.
https://vimeo.com/tag:b+movie/sort:likes
Vimeo also provides higher quality streaming.
I’ll also incorporate a second API from Open Trivia Database:
https://opentdb.com/
With Open Trivia, I can generate up to fifty trivia questions about film that will appear during the duration of the movie so that it
can create a more interactive user experience.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment