An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# weather-app
A weather app utlizing WeatherAPI
> [Live Website](https://mathdebate09.github.io/weather-app/)

## Preview

![image](https://github.com/mathdebate09/weather-app/assets/140599484/c522b015-f012-4d5c-b2e9-b491d28b36f1)

## Tools/Languages

[![JS](https://img.shields.io/badge/-JAVASCRIPT-000?style=for-the-badge&logo=javascript&logoColor=F0DB4F)](#) [![HTML](https://img.shields.io/badge/-HTML-000?style=for-the-badge&logo=html5)](#) [![CSS](https://img.shields.io/badge/-CSS-000?style=for-the-badge&logo=css3&logoColor=1572B6)](#)
[![NPM](https://img.shields.io/badge/-npm-000?style=for-the-badge&logo=npm)](#) [![WEBPACK](https://img.shields.io/badge/-WEBPACK-000?style=for-the-badge&logo=WEBPACK)](#) [![ESLINT](https://img.shields.io/badge/-eslint-000?style=for-the-badge&logo=eslint)](#)

## 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