connpass
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i connpass

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

20.4 kB

Total Files

17

Last publish

Collaborators

  • potato4d