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.
- Host: GitHub
- URL: https://github.com/lhcee3/spotify-clone
- Owner: lhcee3
- Created: 2024-08-04T15:18:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T15:28:37.000Z (almost 2 years ago)
- Last Synced: 2025-03-11T15:42:13.446Z (over 1 year ago)
- Topics: clone, geoapi, nextjs, reactjs, shazam-api, spotify
- Language: JavaScript
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`