Skip to content

guilhermeg2k/neofy

Repository files navigation

Neofy

This an alternative spotify web client.

It was created using next with typescript and scss using both Spotify API and Spotify SDK

You can see the figma prototype here

Preview

How to run

First you need to make sure that you have both git and nodejs installed on your computer

Then you need to clone the repository with git

git clone https://github.com/guilhermeg2k/neofy.git
cd neofy

Create and change a .env.local file as the example file

NEXT_PUBLIC_REDIRECT_URL=YOUR_REDIRECT_URL
NEXT_PUBLIC_CLIENT_ID=YOUR_SPOTIFY_PUBLIC_CLIENT_ID

So you can install the dependencies and run it with npm or yarn

npm install
npm run dev
yarn install
yarn run dev

Made by Guilherme (~_^)

Releases

No releases published

Packages

No packages published