Spotify Roulette
Random Songs.
Getting Started
Checkout a new random song from Spotify list.
Prerequisites
This are the needed tools:
- NodeJS: JavaScript environment in server side
- Angular CLI: a command line interface
For NodeJS you must download the LTS version from their official web page. Once you have installed it, you can now proceed to install Angular typing npm install -g @angular/cli
.
Installing
For a develop environment just download all the dependencies with npm install
.
Running the tests
There are no tests yet.
Deployment
For local deployment just type npm run start
. It will automatically open a new browser in localhost:4200
.
In case you need to change your port, add this flag --port <port_number>
.
Built With
- Angular CLI - Front End Framework with a command line interface for Angular
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details