smhi-thunder
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Thunder

codecov

A client for the SMHI Open Data API for lightning strikes

Installation

npm install @novagen/thunder

Usage

import * as Thunder from '@novagen/thunder';

const client = new Thunder.Client('my-username', 'my-password');
client.on(Thunder.Events.STRIKE, (s) => { console.log(s); });

client.start();

Package Sidebar

Install

npm i smhi-thunder

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

20.4 kB

Total Files

33

Last publish

Collaborators

  • novagen