mlh-events-scraper

1.1.2 • Public • Published

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
  })

Readme

Keywords

none

Package Sidebar

Install

npm i mlh-events-scraper

Weekly Downloads

0

Version

1.1.2

License

MIT

Unpacked Size

8.05 kB

Total Files

10

Last publish

Collaborators

  • aaronosher