An open API service indexing awesome lists of open source software.

https://github.com/lhcee3/spotify-clone

App was intially deployed but now taken down beacuse both the APIs are paid now.
https://github.com/lhcee3/spotify-clone

clone geoapi nextjs reactjs shazam-api spotify

Last synced: about 2 months ago
JSON representation

App was intially deployed but now taken down beacuse both the APIs are paid now.

Awesome Lists containing this project

README

          

## Setup
Setup the repo with `git clone https://github.com/lhcee3/Spotify-Clone.git`
Or use your terminal.
## Downloading the requirements
After opening the code in your preferable code editor.
Run `npm install`
This will install all the required dependencies.

## Set up .env.local file
Find the .env.local file in the same codespace.
You need the api keys from two websites respectively.
For the first api key i.e the Shazam core navigate here [Rapid API](https://rapidapi.com/)
For the Second api key i.e Geo api key navigate here [Geo API](https://geo.ipify.org/)

## Opening locally
After the all the steps are completed you can proceed and open the webpack.
Run `npm run dev`