Skip to content
/ spotties Public

Open Source project to create Spotify playlists with songs from selected artists

Notifications You must be signed in to change notification settings

hpbl/spotties

Repository files navigation

spotties

Create Spotify playlists with songs from selected artists

Help Wanted

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.

Running

spotties was built using react and npm.

  1. Make sure you have node installed

  2. Clone the repository

  3. Install the project dependencies:

npm install
  1. Run the project:
npm start
  1. If everything goes according to plan you should see the app running on http://localhost:3000

Contributing

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!

  1. Look for open issues

  2. Leave a comment saying you want to contribute

  3. Fork this repository

  4. Create your feature branch: git checkout -b #issueNumber-feature-name

  5. Commit your changes (changes will only be committed if linting passes)

  6. Push to the branch

  7. 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

Linting

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.

On Atom

Release History

  • 0.0.1
    • Work in progress

Contributors

Hilton Pintor (@hpbl)

Ricardo Barioni (@rrbarioni)

Victor Miranda (@mvictorm)

Distributed under the TBD license. See LICENSE for more information.

About

Open Source project to create Spotify playlists with songs from selected artists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published