Skip to content

White-Noiz (RadAudio) is an audio streaming mobile app built Ionic 2 + Angular 5 and .NET Web API as backend

License

Notifications You must be signed in to change notification settings

wiredmartian/white-noiz

Repository files navigation

RadAudio Mobile App

RadAudio is an online audio distribution platform available as demo @ http://whitenoiz.azurewebsites.net

This app uses RadAudio's Web API 2 also hosted on azure @ http://api-whitenoiz.azurewebsites.net

API Endpoints

/api/tracks - Gets all songs with their associated artists

/api/toptracks - Gets all top songs based on plays and date they were uploaded

/api/tracks/{id} - Gets One track's details

/api/artists/{id} - Gets an artist's details

/token - Bearer authentication endpoint (accepts: username/email, password and grant_type)

Get Started

This is Ionic 3 with Angular 5. Before cloning this, make sure you have Ionic and the Angular-CLI install

$ npm install -g ionic@latest cordova

$ cd .\white-noiz

$ npm install

$ npm run ionic: serve (OR $ ionic serve)

Screenshots

About

White-Noiz (RadAudio) is an audio streaming mobile app built Ionic 2 + Angular 5 and .NET Web API as backend

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published