https://github.com/mycancel/weather-dashboard
This application gets current weather and a five day forecast for the searched city using the Open Weather API, Moment.js date formatting, and Bootstrap styling.
https://github.com/mycancel/weather-dashboard
bootstrap dashboard moment-js momentjs openweather openweather-api openweathermap openweathermap-api weather
Last synced: about 2 months ago
JSON representation
This application gets current weather and a five day forecast for the searched city using the Open Weather API, Moment.js date formatting, and Bootstrap styling.
- Host: GitHub
- URL: https://github.com/mycancel/weather-dashboard
- Owner: mycancel
- Created: 2022-06-01T15:02:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T02:58:53.000Z (about 4 years ago)
- Last Synced: 2025-01-24T08:08:53.124Z (over 1 year ago)
- Topics: bootstrap, dashboard, moment-js, momentjs, openweather, openweather-api, openweathermap, openweathermap-api, weather
- Language: JavaScript
- Homepage: https://mycancel.github.io/weather-dashboard/
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather Dashboard
[Live Site](https://mycancel.github.io/weather-dashboard/)
## Table of Contents
- [Description](#description)
- [Visuals](#visuals)
## Description
When a user enters a city into the text input, the current weather and a five-day forecast is displayed. The city is saved in the user's search history as a button. If they press the button of a previous search, that city's weather data will be displayed again.
The Weather Dashboard uses data provided by the API [Open Weather](https://openweathermap.org/). The dates are created with [Moment.js](https://momentjs.com/) and the page is formatted with [Bootstrap](https://getbootstrap.com/).
## Visuals

