Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sudheerpal/weather_forecast_app
Using openweathermap api forecasting weather report for list of cities.
https://github.com/sudheerpal/weather_forecast_app
angular weather-api weather-app weather-forecast webapp
Last synced: 18 days ago
JSON representation
Using openweathermap api forecasting weather report for list of cities.
- Host: GitHub
- URL: https://github.com/sudheerpal/weather_forecast_app
- Owner: sudheerpal
- Created: 2018-09-11T20:50:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T13:32:08.000Z (over 6 years ago)
- Last Synced: 2024-11-20T20:44:04.703Z (3 months ago)
- Topics: angular, weather-api, weather-app, weather-forecast, webapp
- Language: TypeScript
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weather forecast app
This app forecast weather of a city (selected from list) for next seven days. It includes parameters like humidty, cloud, wind speed, maximum and minimum tempeares, etc## Instal NPM module
npm i to add all dpenedencies.## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
Incase of local environment has ng version incompatibility, then npm start will run the application.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
## Extra
login, logout feature is added as extra.