1.0.19 • Published 4 years ago

rg-weather-app-node v1.0.19

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

WeatherAppNode

This is weather app for node

A simple library which can give current tempreture of the place for which query is made. This library fetches its results from Google Maps API Google Maps Api

and DARK SKY API Dark Sky Api.

Using CircleCI for publishing the NPM Package is described at Blog Link.

Usage in node app

const app = require('rg-weather-app-node');
var argv = {
    a:"Dehradun", 
    gapi_key:"<google maps key>",
    dapi_key:"<darksky api key>"
};

app.startProcess(argv);

Build something great. People are waiting to see.

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.2

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago