This project was bootstrapped with Create React App.
Wind Chime combines your current weather conditions with a selected genre (or your top artists) to make a custom Spotify playlist that fits the mood of the weather.
Enter Zip Code for Weather Conditions:
Choose from a list of genres or your top artists:
Update the mood setting on your playlist:
Complete the following steps:
- Clone this repository to your local machine
git clone https://github.com/erincdustin/windchime-client.git
cd
into the cloned repository- Make a fresh start of the git history for this project with
rm -rf .git && git init
- Install the node dependencies with
npm install
- If using local server endpoints, edit in
config.js
file
Start the application with npm start
Run tests with npm test
When your project is ready for deployment, npm run deploy
will run the build
React, React Router, CSS3