SHIVANGKANSAL / Weather-Seeker

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

Home Page:https://shivangkansal.github.io/Weather-Seeker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

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

https://shivangkansal.github.io/Weather-Seeker/

License:MIT License


Languages

Language:JavaScript 43.1%Language:CSS 39.8%Language:HTML 17.2%