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.
- Host: GitHub
- URL: https://github.com/sultanbadri/weather-app
- Owner: SultanBadri
- Created: 2020-11-30T04:59:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-14T23:57:44.000Z (over 5 years ago)
- Last Synced: 2025-05-12T14:04:50.459Z (about 1 year ago)
- Topics: async-await, cards, localstorage, openweather-api, openweathermap-api, search-cities, the-odin-project, typescript, weather, weather-app
- Language: CSS
- Homepage: https://sultanbadri.github.io/weather-app/
- Size: 31.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather App
### [Live Demo](https://sultanbadri.github.io/weather-app/)

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