Create Spotify playlists with songs from selected artists
If sometimes you just feel like listening to songs from a couple of specific artists on random mode, then you're on the right place.
spotties was built using react and npm.
-
Make sure you have node installed
-
Clone the repository
-
Install the project dependencies:
npm install
- Run the project:
npm start
- If everything goes according to plan you should see the app running on http://localhost:3000
spotties is an excuse to learn more about the crazy world of web and open-source development.
So if like us you want to learn or practice a skill, then come along. Help is more than wanted!
-
Look for open issues
-
Leave a comment saying you want to contribute
-
Fork this repository
-
Create your feature branch:
git checkout -b #issueNumber-feature-name
-
Commit your changes (changes will only be committed if linting passes)
-
Push to the branch
-
Create a new Pull Request and wait for approval
If you've opened a pull request, but it isn't ready to be approved yet, add "WIP:" to it's title so someone else does not review and approve by accident
This project uses linting to keep a cohesive code-style, so installation of eslint
and stylelint
plugins for your editor/IDE are recommended.
If you don't want to install plugins, don't worry, the linter is run everytime you attemp to make a commit, and if there are any errors, you'll can them on the terminal/command line.
If you are using another editor please add it along with it's plug-ins to the list below.
- install language-babel paackage
- Install linter-eslint and any other plug-in it requires
- Install linter-stylelint and any any other plug-in it requires
- 0.0.1
- Work in progress
Hilton Pintor (@hpbl)
Ricardo Barioni (@rrbarioni)
Victor Miranda (@mvictorm)
Distributed under the TBD license. See LICENSE
for more information.