/muzik-webapp

Primary LanguageJavaScript

Muzik-webapp

A website that streams free music from a variety of sources.

Currently muzik is DMCA compliant. If for any change your conntent appears without consent, informme and I will take it down immediately.

API Usage

Query

Form an url with query parameter songname. ```javascript http://example.com/search?songname=NAME_OF_SONG ```

Result

The server will respond with a json encoded file with the following form: ```javascript { title:"SongName", url:[{"name of result":"url"}] albumArt:"album art url", artist:"song artist", verified:"whether or not the song has a verified link" } ```

Setup the environment

This application is dockerized so all you need to do is build a docker image and run it.

Build the image

``` docker build -t muzik . ```

Run the container

``` docker run -it -p 80:80 muzik ```

Reporting Issues

To report any api issues, email me at andrewcod749@gmail.com Live @ muzik-api.herokuapp.com and muzik.elasticbeanstalk.com Now hosted on AWS.