Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Latest commit

 

History

History
39 lines (27 loc) · 1.8 KB

File metadata and controls

39 lines (27 loc) · 1.8 KB

Weather Tunes

Because your music should match your mood...

Weather Tunes is a web application that allows users to generate a Spotify playlist based on the user's local weather. The goal is for users to be able to listen to music that matches their surrounding's mood.

How I Built It

The backend functionality was built using Javascript, Node.js, Express.js, Handlebars.js and AJAX calls to the OpenWeatherMap API. The frontend was built using Javascript, HTML, and CSS.

Video Walkthrough

Each user can:

  • View Featured Artists on the Homepage
  • Enter their city and state to get a playlist
  • Change their city and state to get a new playlist
  • Visit the artist pages to learn more about each playlist

Video Walkthrough

Notes

This was my first time web application for a class project. This was a very exciting project for me, as it was my first time integrating API calls into my own software and interacting with open source tools that others have created.

Moving forward, I will not add new features to this application, as I plan to continue working on new projects instead.

License

Copyright 2020 Katasha C. Kime

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.