radio-browser API & Angular: mucke.online
• search for radio stations
• manage favorite radio stations
Frameworks | Links | |
---|---|---|
Angular CLI |
Client Side TypeScript App | WEBSITE README |
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.
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
© 2020 - Moritz Petzka - petzka.com
For commercial use, contact: info@petzka.com
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.)
Run npm install -g cordova
to install Cordova.
Run cd cordova-app && npm install
to install dependencies.
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.
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.
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.