Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shivangkansal/weather-seeker

Weather Seeker is a web application using OpenWeatherMap API & Spotify API
https://github.com/shivangkansal/weather-seeker

open-source open-weather-api spotify spotify-api spotify-web-api weather weather-api weather-app weather-forecast

Last synced: 6 days ago
JSON representation

Weather Seeker is a web application using OpenWeatherMap API & Spotify API

Awesome Lists containing this project

README

        

# Weather Seeker ☁🌡

### [Weather Seeker](https://shivangkansal.github.io/Weather-Seeker/ "Weather Seeker") is a weather app that spices up your daily routine by suggesting music that relates to the mood that the current weather might induce.

#### WeatherSpot incorporates two API calls to generate the information shown on the DOM:
1. OpenWeatherMap
2. Spotify

#### OpenWeatherMap is called based on user input. User can choose to call for weather information in their current location or in a city of their choice. Once the user submits the call, OpenWeatherMap will return general weather information for the location the user submitted, and a main weather type (sunny, rainy, etc). The main weather type will determine the appropriate front-end background and also be fed into the Youtube API.

#### Youtube API will take the main weather type as an argument and choose from pre-defined playlists related to the weather mood. This playlist will be pushed to the DOM as a list of 5 songs as buttons that can be clicked to launch an embedded Youtube player for that song.

### _The weather can affect your mood, so why can't your weather app???_

### Link to the project : https://shivangkansal.github.io/Weather-Seeker/