rg-weather-app-node
v1.0.19
Published
This is weather app for node
Downloads
3
Maintainers
Readme
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.