Skip to content

💽 A simple game which players try to guess whether the next artist has higher or lower monthly listeners than the current artist.

Notifications You must be signed in to change notification settings

ChickenCombo/higher-or-lower-spotify

Repository files navigation

Higher or Lower: Spotify Edition

A recreation of this game: Higher or Lower: Anime Edition, but using React and Spotify's data.

A Spotify web scraper has also been programmed using Puppeteer that scrapes the artist's name, monthly listeners, and the artist's image, to make it easier to update the game's data.

Play here: https://higherorlower-spotify.netlify.app/

📄 About

Tech Stacks:

⚙️ Getting Started

Project Setup

How to setup a local environment:

  1. Clone the repository.
git clone ChickenCombo/higher-or-lower-spotify
  1. Access the project directory and install dependencies.
cd higher-or-lower-spotify
npm install
  1. Start a the server.
npm run dev
  1. View the website at your local machine.
http://localhost:5173/

How to scrape your own Spotify data:

  1. Update the artists.ts file with the Spotify URLs of the artists you want to scrape data from.

  2. Run the following commands:

cd scraper
npx vite-node spotify.ts
  1. Replace the values Artist.tsx with your own extracted data.

About

💽 A simple game which players try to guess whether the next artist has higher or lower monthly listeners than the current artist.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published