1.1.4 • Published 4 years ago
weather8 v1.1.4
Installing
Using npm:
npm install weather8Example
const getWeather=require('weather8')
getWeather('北京').then(data => {
console.log(data);
}).catch(err => {
console.log(err);
})Using npm:
npm install weather8const getWeather=require('weather8')
getWeather('北京').then(data => {
console.log(data);
}).catch(err => {
console.log(err);
})