Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@sindres/lightningmap

Konquer22MIT1.0.4

Library that emits lightning locations in real time

lightning, location, real-time

readme

Library that emits lightning locations in real time from lightningmaps.org

const lightningmap = require('@sindres/lightningmap')

lightningmap.listen((lightning) => {
  console.log(lightning);
})