1.0.2 • Published 8 years ago

heweather v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

heweather

how to use it

npm install --save-dev heweather

const weather = require('heweather');

const p = weather.getWeatherByCityID('cityID');

p.then((res)=>{
  // deal with the response;
},(err)=>{
  // deal with the error;
});


const A=weather.getWeatherByAttractions('cityID');

p.then((res)=>{

  },(err)=>{

    });

cityIDs are as below CityID list; Attractions list

1.0.2-beta.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago