Skip to content

Instantly share code, notes, and snippets.

@dwaltrip
Last active August 29, 2015 13:57
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 dwaltrip/9869555 to your computer and use it in GitHub Desktop.
Save dwaltrip/9869555 to your computer and use it in GitHub Desktop.

Movie Maven

On the web server

  • Node.js app that is the web app (front-end, API, database, etc)
  • Python script that takes a list of filename text strings and processes it into a list of standardized movie names
  • Ruby script that uses the cleaned up movie names to fetch associated data from Rotten Tomato, Imdb, etc

On the user's computer

  • Small script that goes through all movie directories and makes an array of movie filnames
  • Passes this array as json in an API call to the Node.js web app (with a key identifying which user of the app is making the request)
  • Then the user has his account populated with all of nice data for all of his movies
  • This approach is mainly as an easy to way to get it working with Zack's media station computer, we can find a cleaner way of getting the data from the user later on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment