Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shivangkansal/weather-seeker
- Owner: SHIVANGKANSAL
- License: mit
- Created: 2022-12-09T18:54:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T11:34:30.000Z (about 2 years ago)
- Last Synced: 2024-11-09T08:20:14.732Z (2 months ago)
- Topics: open-source, open-weather-api, spotify, spotify-api, spotify-web-api, weather, weather-api, weather-app, weather-forecast
- Language: JavaScript
- Homepage: https://shivangkansal.github.io/Weather-Seeker/
- Size: 11.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/