mlh-events-scraper
v1.1.2
Published
A Utility for getting events from mlh.io
Downloads
8
Readme
MLH Events Scraper
Retrievs events from selected region and returns a natvie promise with the events in an array.
import mlh from 'mlh-events-scraper'
mlh('eu')
.then((events) => {
// Proccess events data
})
.catch((err) => {
// Deal with errors
})