msn-weather-api
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

msn-weather-api

Weather forecast by MSN weather.

Usage

const msnweather = require('msn-weather-api');
const weather = new msnweather('en', 'c');

(async () => {
    (await weather.getCurrentData('kyoto')).weather;
    (await weather.getForecastData('kyoto', 1)).weather;
})();

License

This project is licensed under the ISC License.

Readme

Keywords

none

Package Sidebar

Install

npm i msn-weather-api

Weekly Downloads

7

Version

0.2.1

License

ISC

Unpacked Size

11.5 kB

Total Files

10

Last publish

Collaborators

  • typeslint-core