🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

meetup-crawler

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meetup-crawler

This is a crawler that search all the next events of all the events under a set of categories and the location.

0.1.0
latest
Source
npm
Version published
Maintainers
1
Created
Source

Meetup Crawler

This is a crawler that search all the next events of all the events under a set of categories and the location.

API

This module exports a simple function that recieve a options object and return a Promise with an array of events.

options object

  • key: API key.
  • category: Comma separeted list of categories to search for.
  • country: Country code to search for (ex: ar).
  • lon: Longitude to center the radius of search.
  • lat: Latitude to center the radius of search.
  • radius: Radius on miles to search.

Returned event object

  • id: Unique meetup event ID
  • name: Event name
  • total_capacity: Event people capacity
  • time: Date and time of the event
  • attendees: Number of confirmed attendees
  • waitinglist: Number of people waiting in the list
  • location: Venue information
    • name: Venue name
    • address: Venue address
    • city: City of the Venue
    • country: Country of the Venue
  • link: Link to the event
  • description: Description of the event
  • visibility: Visibility of the event
  • meetup:
    • name: Meetup that host this event
    • link: Link the the meetup that host this event

FAQs

Package last updated on 14 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts