Skip to content

jodermo/angular-radio-browser

Repository files navigation

Angular Radio Browser

radio-browser API & Angular: mucke.online

• search for radio stations
• manage favorite radio stations

Frameworks Links
Angular Logo
Angular CLI
Client Side TypeScript App WEBSITE
README
CORDOVA Logo
CORDOVA
Mobile apps for Android, iOS and Windows WEBSITE
README
radio-browser.info API for a collection of radio stations WEBSITE
API DOCS

This project was generated with Angular CLI version 9.0.5.

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.

© 2020 - Moritz Petzka - petzka.com

For commercial use, contact: [email protected]



Installation

Angular (main app):

Run npm install -g @angular/cli to install Angular CLI.
Run npm install to install dependencies.

(To get more help on the Angular CLI use ng help or go check out the Angular CLI README.)

Cordova (mobile app):

Run npm install -g cordova to install Cordova.
Run cd cordova-app && npm install to install dependencies.



Development server

Run ng serve for a dev server.
Navigate to http://localhost:4200/.
The app will automatically reload if you change any of the source files.



Build

Run ng build to build the project.
The build artifacts will be stored in the dist/ directory.
Use the --prod flag for a production build.



Mobile App (Cordova)

Run build:cordova to build android APK.
Run build:cordova:release to build android APK as release.
Run build:cordova:device to build android APK and run at connected device.
Run build:cordova:device:log to build android APK and run at connected device with logging output.