Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

KostasDimakis/AnimRadio

Repository files navigation

Animradio

Animradio

Animradio (scaffolded using Yeoman's Angular.js generator) is a hobby project to showcase my understanding of Angular.js and Firebase.

Overview

Animradio is a fun little radio app where you can listen to the most popular Anime songs (intros, outros etc...)

Suggested Improvements

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.

Listen online

Visit online.

Build & development

To get started:

  1. Get npm.
  2. Download the project.
  3. cd into the project file.
  4. Install the developer depedencies via npm install.
  5. Install the app depedencies via bower install.
  6. Use grunt to serve the project via grunt serve.
  7. Also checkout Working with generator-angular.

LICENSE

MIT © Kostas Dimakis