https://github.com/mathdebate09/weather-app
A weather app utlizing WeatherAPI
https://github.com/mathdebate09/weather-app
async-await javascript weather-app
Last synced: 11 days ago
JSON representation
A weather app utlizing WeatherAPI
- Host: GitHub
- URL: https://github.com/mathdebate09/weather-app
- Owner: mathdebate09
- Created: 2024-01-20T15:17:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T14:42:49.000Z (over 2 years ago)
- Last Synced: 2024-01-22T08:25:47.619Z (over 2 years ago)
- Topics: async-await, javascript, weather-app
- Language: JavaScript
- Homepage: https://mathdebate09.github.io/weather-app/
- Size: 233 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weather-app
A weather app utlizing WeatherAPI
> [Live Website](https://mathdebate09.github.io/weather-app/)
## Preview

## Tools/Languages
[](#) [](#) [](#)
[](#) [](#) [](#)
## Getting Started
```
$ git clone git@github.com:mathdebate09/weather-app.git
$ cd weather-app
$ npm run build
$ npm start
```
## Learning Outcomes
- concepts of callbacks for async, promises, async-await
- how to take inputs from an api and serve them on the page