zacck-zz / arty

Web app for finding artists on Spotify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arty

Arty is a vanilla Elm application which serves a purpose of filtering any current Artists on Spotify and returning ones that are similar.

Getting Started

Please make sure you have Elm installed before cloning this repo.

clone the repo
cd arty
npm install
npm run start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Builders

Basic Tasks

Spotify API docs

1. Simple text box to type the name of an artist.
2. As the user types we will query the artist endpoint.
3. Display the results of the artist.
4. Allow the user to select an artist.
5. Once an artist has been selected, show all the similar artists.

About

Web app for finding artists on Spotify


Languages

Language:Elm 66.8%Language:JavaScript 29.0%Language:HTML 4.2%