An open API service indexing awesome lists of open source software.

https://github.com/sindreslungaard/lightningmap

Library that emits lightning locations in real time
https://github.com/sindreslungaard/lightningmap

Last synced: 4 months ago
JSON representation

Library that emits lightning locations in real time

Awesome Lists containing this project

README

          

#### Library that emits lightning locations in real time from [lightningmaps.org](https://www.lightningmaps.org)

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

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