Skip to content

robinpx/auxnow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auxnow

AuxNow is a full stack web application built with React and Node that generates Spotify playlists based off your Liked Songs and your chosen genres, mood, and sound textures. Made to quickly create background music to aux, share with friends, or for personal use.
This web app was made to familiarize myself React, backend development, and deployment.

Built With

Getting Started

Installation

git clone https://github.com/robinpx/auxnow.git
  1. Get your own credentials from Spotify
  2. Add .env file to auth-server folder and paste the fields
SPOTIFY_CLIENT_ID=abc123
SPOTIFY_CLIENT_SECRET=def456
SPOTIFY_REDIRECT_URI=https://localhost:8888/callback
FRONTEND_URI=https://localhost:3000
  1. Install node modules
npm install
cd auth-server
npm install

Usage

  1. Run frontend React application on development server
npm run dev
  1. Run backend server
cd auth-server
node server.js

Demo

example1

Acknowledgements

About

Create quick playlists for your own ears and others with Spotify API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors