Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.