Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 518 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 518 Bytes

WDCM Moviebase

Demo project for WDCM talk on AngularJS.

Preparation

You need to aquire a TMDB API Key. Then, open app/scripts/apikey.js and insert your api key in line 5.

On software side, you need node, bower, grunt, and karma. Run npm install and bower install to download some required internet onto your machine.

Demo

Run grunt serve to run the demo tool.