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

https://github.com/sultanbadri/weather-app

Weather app built with TypeScript and OpenWeatherMap API.
https://github.com/sultanbadri/weather-app

async-await cards localstorage openweather-api openweathermap-api search-cities the-odin-project typescript weather weather-app

Last synced: about 2 months ago
JSON representation

Weather app built with TypeScript and OpenWeatherMap API.

Awesome Lists containing this project

README

          

# Weather App

### [Live Demo](https://sultanbadri.github.io/weather-app/)

![weather_app](https://user-images.githubusercontent.com/46205282/104386607-60520300-54ea-11eb-916e-b204dcecbb05.gif)

#### 📝 Description
Weather app that uses the OpenWeatherMap API. A JavaScript project from the Odin Project Curriculum.

#### 💡 Features
* Search cities will appear as cards
* Can change between fahrenheit and celsius
* localStorage saves cards on browser
* Error popup if searched city could not be found
* Mobile responsive

#### 🛠️ Built with
* HTML
* CSS
* TypeScript
* Webpack
* OpenWeatherMap API