Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.