项目作者: aaronosher

项目描述 :
Events Scraper for MLH Events
高级语言: JavaScript
项目地址: git://github.com/aaronosher/mlh-events-scraper.git
创建时间: 2018-01-15T13:57:53Z
项目社区:https://github.com/aaronosher/mlh-events-scraper

开源协议:MIT License

下载


MLH Events Scraper

Retrievs events from selected region and returns a natvie promise with the events in an array.

  1. import mlh from 'mlh-events-scraper'
  2. mlh('eu')
  3. .then((events) => {
  4. // Proccess events data
  5. })
  6. .catch((err) => {
  7. // Deal with errors
  8. })