Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

used openweathermap API to fetch the location data
https://github.com/akshitarora921/weather-app

Last synced: 10 days ago
JSON representation

used openweathermap API to fetch the location data

Awesome Lists containing this project

README

        

# Weather App

Weather app is a frontend app to show the weather of a particular location.

### Installation

Weather-app requires [Node.js](https://nodejs.org/) v4+ to run.
Install the dependencies.

```sh
$ cd weather-app
$ npm install
```
### Run
```sh
$ npm start
```