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.
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.
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
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.
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.
