@koficypher/meetup

1.0.1 • Public • Published

Known Vulnerabilities

Meetup NodeJS SDK

A NodeJS SDK for Meetup's API Version 2

Authentication as at this version only supports API key authentication. Future releases may support OAuth2 authentication.

Not complete yet, more features to come..

Features

  1. Get all upcoming meetups for a specified GROUP_URLNAME

Installation

  • Run : npm install @koficypher/meetup --save

  • Create a .env file and specify your API_KEY , GROUP_URLNAME and specify the V2 api url API_URL =https://api.meetup.com/2

  • Require it in your file like so:

    const meetup = require('@koficypher/meetup')
    
    //initialize meetup class
    
    const meetups = new meetup()
    
    /** result returns a promise so console log it to see it */
    meetups.getUpcoming().then(data => {
       console.log(data);
    });

Want to Collaborate ?

Kindly send me an email koficypher

Licence

The project is licenced under the MIT licence

Security Issues

Please email all security issues to koficypher

Readme

Keywords

Package Sidebar

Install

npm i @koficypher/meetup

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

3.4 kB

Total Files

6

Last publish

Collaborators

  • koficypher