文件名称:weather-api-data:获取天气信息的 NPM 包
文件大小:4KB
文件格式:ZIP
更新时间:2024-08-24 14:06:01
api weather JavaScript
天气API数据 获取天气信息的 NPM 包 从安装 npm install weather-api-data loction(country_name) - 获取国家的天气 例子 使用等待 const weather = require ( 'weather-api-data' ) ; async function getWeather ( ) { const data = await weather . loction ( 'manama' ) ; console . log ( data ) ; } getWeather ( ) ; 使用 .then 函数 const weather = require ( 'weather-api-data' ) ; weather . loction ( 'manama' ) . then ( weather => cons
【文件预览】:
weather-api-data-main
----index.js(756B)
----test.js(250B)
----package.json(498B)
----LICENSE(1KB)
----package-lock.json(2KB)
----.gitignore(12B)
----README.md(2KB)