https://github.com/kevin-hernandez-garza/weather
A weather dashboard, which allows for a quick search of a city's current and future forecast. By using a third-party's server-side API called OpenWeather One Call, the User is able to retrieve following data: City Name, Date, Icon representation of the weather, Temperature, Humidity, Wind Speed, and UV Index.
https://github.com/kevin-hernandez-garza/weather
bootstrap css html javascript server-side-api third-party-api
Last synced: 2 months ago
JSON representation
A weather dashboard, which allows for a quick search of a city's current and future forecast. By using a third-party's server-side API called OpenWeather One Call, the User is able to retrieve following data: City Name, Date, Icon representation of the weather, Temperature, Humidity, Wind Speed, and UV Index.
- Host: GitHub
- URL: https://github.com/kevin-hernandez-garza/weather
- Owner: Kevin-Hernandez-Garza
- License: mit
- Created: 2022-04-23T20:49:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T04:07:46.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T05:29:01.634Z (4 months ago)
- Topics: bootstrap, css, html, javascript, server-side-api, third-party-api
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather Dashboard
## Description 📖
- A weather dashboard, which allows for a quick search of a city's current and future forecast. By using a third-party's server-side API called [OpenWeather One Call](https://openweathermap.org/api/one-call-api), the User is able to retrieve following data: City Name, Date, Icon representation of the weather, Temperature, Humidity, Wind Speed, and UV Index.
## Table of Contents
- [Built-With 🎮](#built-with)
- [Screenshot 🎬](#screenshot)
- [Link 🧑🏻💻](#link)
- [Contribution 👾](#contribution)
- [Contact 📟](#contact-me/questions)## Built With
- JavaScript (building the logic to request and dynamically show forecast data)
- Bootstrap.js (a mobile-first design)
- Moment.js (date formatting)
- HTML (creating the skeleton of the application)
- CSS (apply styling to certain elements)## Screenshot

## Link
- Link of Application
## Contribution
This project was successfully built by myself and the collaboration of my good friends Google and StackOverflow for technical questions and solutions. Also by referencing the course curriculum from the Coding Bootcamp.
## Contact Me/Questions
- Email: [[email protected]](mailto:[email protected])
### License 🎫
- [MIT License](LICENSE)
### © Created with 💜 by Kevin Hernandez