Skip to content

Search for artists on Spotify, and look through their albums. Made with React.

License

Notifications You must be signed in to change notification settings

vartanbeno/spotify-artist-search

Repository files navigation

Spotify Artist Search

This is a fun little project done to experiment with Spotify's API. It lets the user search for artists and view their albums.

The project is currently hosted here.

Getting Started

Prerequisites

Important: For the application to work, you must have a valid client ID placed in src/config/spotify.json:

{
  "clientId": "Place your client id here"
}

You must also make sure that http://localhost:3000 (or wherever you're running the app from) is placed in its redirect URIs.

Here's how to set it all up:

  1. Make a Spotify account.
  2. Go to the Spotify Developer Dashboard and click on Log In.
  3. Once logged in, click on Create a client ID.
  4. Name it whatever you want, describe it however you want.
  5. Once created and on its page, click on the Edit Settings button.
  6. In the Redirect URIs section, add http://localhost:3000 (or wherever you think is appropriate).
  7. Copy the client ID in src/config/spotify.json.

Docker

docker-compose up

You can also add -d or --detach to run in detached mode. The app can be viewed at http://localhost.

Running

npm start

Then head over to http://localhost:3000.

Demo

Login Search Suggestions
Search Results Artist Albums

Demo (dark theme)

Login Search Suggestions
Search Results Artist Albums

Author

  • Vartan Benohanian

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Search for artists on Spotify, and look through their albums. Made with React.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published