@suin/get-connpass-applicants
v3.0.0
Published
A simple function that gets the applicants from a given Connpass event URL.
Downloads
7
Readme
@suin/get-connpass-applicants
A simple function that gets the applicants from a given Connpass event URL.
Usage
import { getConnpassApplicants, Applicants } from '@suin/get-connpass-applicants'
(async () => {
const url = 'https://example.connpass.com/event/123/'
const applicants: Applicants = await getConnpassApplicants(url)
console.log(applicants)
})()
For about the API of the Applicants
, please see Applicants.ts.
Installation
yarn add @suin/get-connpass-applicants