Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akshitarora921/weather-app
- Owner: akshitarora921
- Created: 2020-07-07T17:04:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T20:50:03.000Z (over 1 year ago)
- Last Synced: 2023-03-07T21:15:28.407Z (over 1 year ago)
- Language: CSS
- Size: 2.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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
```