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