Skip to content

epallerols/tv-shows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TV Shows Database

Single page app that allows the user to search for a TV show and display its synopsis. All data is extracted from The Movie Database API.

The initial commit contains the code created in 6 hours on December 2013 as part of an assignment for an interview. Nowadays, I use this repository as a playground.

Installation

  1. Create a TMDB account and generate a new API Key. More information can be found here.

  2. Open js/tvshows.js and modify the apiKey variable.

var apiKey = 'YOUR_API_KEY';
  1. Execute the following commands in a terminal to build the application:
$ npm install
$ bower install
$ grunt
  1. Open build/index.html with your preferred browser.

About

Single page app that allows the user to search for a TV show and display its synopsis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published