1.1.0 • Published 6 years ago
connpass v1.1.0
Connpass API Adapter for Node.js
The connpass API client library for Node.js.
Installation
$ yarn add connpassUsage
import Connpass from 'connpass'
async function run() {
  const client = new Connpass()
  const { events } = await client.getEvents()
}Type definition
See here.
LICENCE
MIT