An elegant copy of Spotify project with full-featured audio player.
Here is a live Demo for Azpotify
To set up a development environment, please follow these steps:
-
Clone the repo
git clone https://github.com/codewithelvin/azpotify.git
-
Change directory to the project directory
cd azpotify
-
Install the dependencies
yarn install
If you get an error, please check the console for more information.
If you don't get an error, you are ready to start development.
-
Run the app
yarn run dev
Project will be running in the browser.
Open http://localhost:3000 to view it in your browser.
-
Create
.env
in root directory and copy followingVITE_SHAZAM_CORE_RAPID_API_KEY= VITE_GEO_API_KEY=
To get api key for Shazam please visit https://rapidapi.com/tipsters/api/shazam-core/ and register in order to get your key.
For Geo Api plerase visit https://geo.ipify.org/ to get started