Ta5r / Spotanew

Discover new music by listening to the best parts of a song chosen completely randomly from over 1000+ songs - spanning a dozen genres - from Spotify.

Home Page:https://spotanew.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expand your music taste

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing

About The Project

Discover new songs by listening to a 30 second snippet of a random song from Spotify. Made for audiophiles and music-lovers who find it hard to explore all the amazing music out there. There are dozens of different genres with thousands of songs and it is hard to listen to all of them. Spotanew provides a way to simplify this.

  • Each time you visit Spotanew, you are presented with a completely random song selected from Spotify's some of the most popular playlists spanning a dozen different genres.

  • Open it in Spotify and add it to your playlists if it matches your vibe with a click of a button.

  • Don't feel it? No worries! Just click on the random song button and get another random song to listen to!

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
    git clone https://github.com/outoflaksh/Spotanew
  2. Get your Spotify client credentials and enter them in a .env file in the 'api' directory.
  3. Install NPM packages
    npm install
  4. Install the pip requirements file
    pip install -r requirements.txt
  5. Run the 'api.py' from the 'api' directory
  6. Run the React server from 'frontend' directory
    npm start

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

About

Discover new music by listening to the best parts of a song chosen completely randomly from over 1000+ songs - spanning a dozen genres - from Spotify.

https://spotanew.vercel.app


Languages

Language:CSS 30.1%Language:JavaScript 30.0%Language:Python 23.1%Language:HTML 16.8%