rg-weather-app-node

1.0.19 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.19
    0
    • latest

Version History

Package Sidebar

Install

npm i rg-weather-app-node

Weekly Downloads

0

Version

1.0.19

License

ISC

Unpacked Size

6.98 kB

Total Files

10

Last publish

Collaborators

  • success_anil