AngularJS single page application
An audio player that will show you the current stories on the show "Morning Edition" and plays them in your browser. It will access the api and pull the relevant data for the user.
- Install NodeJS (+ NPM)
- Install Bower, Gulp globally:
npm install -g bower gulp - In project root directory:
- Download dependencies:
npm install && bower install
- Download dependencies:
- style audio player using Sass
- update gulp accordingly
- unit testing
- finalize readme
Special thanks to NPR
For more information on AngularJS please check out http://angularjs.org/