1.6.0 • Published 10 years ago

simple-weather-api v1.6.0

Weekly downloads
1
License
ISC
Repository
-
Last release
10 years ago

simple-weather-api-openweatherapi

Usage

var WeatherAPI = require('simple-weather-api');

var keyword = "bangalore"; var apikey = "xxxxxxxxxxx";

var weather = new WeatherAPI(apikey); weather.getWeather(keyword) .then(response => { console.log("response....."+response.body); } );

Developing

Tools

Created with Nodeclipse (Eclipse Marketplace, site)

Nodeclipse is free open-source project that grows with your contributions.

1.6.0

10 years ago

1.5.0

10 years ago

1.4.0

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago