Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubhankerism/weather-app
This a very basic app that returns the weather details of the address provided. It is developed using node.js and promise.js
https://github.com/shubhankerism/weather-app
nodejs promise
Last synced: 18 days ago
JSON representation
This a very basic app that returns the weather details of the address provided. It is developed using node.js and promise.js
- Host: GitHub
- URL: https://github.com/shubhankerism/weather-app
- Owner: Shubhankerism
- Created: 2018-06-16T18:21:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T09:40:48.000Z (about 6 years ago)
- Last Synced: 2024-10-04T16:20:18.196Z (3 months ago)
- Topics: nodejs, promise
- Language: JavaScript
- Size: 1.38 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather-app
This is an app that fetches current coordinates using geolocation API.
Further it fetches the current weather condition of the area using the weather API provided by GOOGLE.## TECHNOLOGIES USED
NodeJS
## How to use
```
npm start
```
Enter the address on the terminal whose current weather location needs to be fetched.The current weather conditions will be displayed on the terminal.