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

1.0.2 • Public • Published
Weather data by WeatherAPI.com

About

weather-api.ts is an unofficial plugin that allows you to easily interact with the API of weatherapi.com

Installation

npm install weather-api.ts
yarn add weather-api.ts
pnpm add weather-api.ts

Uses

// get realtime weather data with a query
let weatherData;
await new Weather(KEY, LANG, FORMAT)
    .realtime({q: QUERY})
        .then(result => {
            weatherData = result;
        })
        .catch(error => {
            console.error(error);
        });

Links

Help

If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to report an issue on Github or send me a mail.

WeatherAPI.com

Package Sidebar

Install

npm i weather-api.ts

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

35.5 kB

Total Files

12

Last publish

Collaborators

  • nathan-flacher