https://github.com/sadanandpai/weather-app
Weather app in Angular for practice
https://github.com/sadanandpai/weather-app
angular javascript
Last synced: about 1 year ago
JSON representation
Weather app in Angular for practice
- Host: GitHub
- URL: https://github.com/sadanandpai/weather-app
- Owner: sadanandpai
- Created: 2022-07-22T17:03:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T05:13:53.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T09:04:17.304Z (about 2 years ago)
- Topics: angular, javascript
- Language: TypeScript
- Homepage: https://sadanandpai.github.io/weather-app/dist/
- Size: 930 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Weather App

Challenge: Build a weather application to get the output as shown [here](https://sadanandpai.github.io/weather-app/dist/)
### Installation
- `git clone https://github.com/sadanandpai/weather-app.git`
- `cd weather-app`
- `npm i`
- `npm start`
### Data
- To fetch the details of the city the provided json can be used from [here](https://github.com/sadanandpai/weather-app/blob/main/src/assets/cities-fr.json)
- To fetch the data of a city, `https://api.openweathermap.org/data/2.5/weather?units=metric&appid=${apiKey}&q=${city}` can be used
- Icons can be accessed in the [assets](https://github.com/sadanandpai/weather-app/blob/main/src/assets/css/weathericons.css) folder