connpass

The connpass API client library for Node.js.

Usage no npm install needed!

<script type="module">
  import connpass from 'https://cdn.skypack.dev/connpass';
</script>

README

Connpass API Adapter for Node.js

The connpass API client library for Node.js.

Installation

$ yarn add connpass

Usage

import Connpass from 'connpass'

async function run() {
  const client = new Connpass()
  const { events } = await client.getEvents()
}

Type definition

See here.

LICENCE

MIT