Skip to content

erincdustin/windchime-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Wind Chime Client

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.

windchime

Link to live app

Third party APIs used:

Spotify

OpenWeatherMap

Links to Backend Repos:

Spotify Auth Server

Wind Chime Server

Enter Zip Code for Weather Conditions:

Screenshot of weather route

Choose from a list of genres or your top artists:

Screenshot of playlist route

Update the mood setting on your playlist:

Screenshot of update route

Set up

Complete the following steps:

  1. Clone this repository to your local machine git clone https://github.com/erincdustin/windchime-client.git
  2. cd into the cloned repository
  3. Make a fresh start of the git history for this project with rm -rf .git && git init
  4. Install the node dependencies with npm install
  5. If using local server endpoints, edit in config.js file

Scripts

Start the application with npm start

Run tests with npm test

Deployment

When your project is ready for deployment, npm run deploy will run the build

Technology Used

React, React Router, CSS3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published