The purpose of this App is to provide videos of songs related to the actual weather in a place.
It uses Open Weather Map and Youtube APIs.
As a user, I want to watch video clips of song related to the actual meteo in the place I am, or any another place in the world.
- The user types a location in a form.
- A request is sent to get the weather 'keyword' in that place.
- A second request is sent to get videos related to this 'keyword'.
- Requests' responses are processed.
- The page content is actualised with a gallery of these videos, each one with a link to its Youtube page.
Italic labels are directories, others are files.
- index.html
- style.css
- images
- js
- api.js
- dom.js
- test
- test-api.html
- test-api.js
- test-logic.html
- test-logic.js
- test-dom.html
- test-dom.js
- weatherObj.js
- youtubeObj.js
- musicmeteoObj.js
Open weather
Youtube
- The default page would provide videos with automatic geolocation of the user.
- The form would have and option to get only songs in local language of the place, making the user to feel in the city he/she has chosen.