Animradio (scaffolded using Yeoman's Angular.js generator) is a hobby project to showcase my understanding of Angular.js and Firebase.
Animradio is a fun little radio app where you can listen to the most popular Anime songs (intros, outros etc...)
These features are not currently being developed.
Feature | Summary |
---|---|
Offline First | Make the app offline first using a service worker. |
Progress bar and timers | Add a seekable progress bar and timers. |
More songs | Frequent updates of the list of songs. |
Visit online.
To get started:
- Get npm.
- Download the project.
cd
into the project file.- Install the developer depedencies via
npm install
. - Install the app depedencies via
bower install
. - Use grunt to serve the project via
grunt serve
. - Also checkout Working with generator-angular.
MIT © Kostas Dimakis