0.0.5 • Published 6 years ago

clubhouse-api v0.0.5

Weekly downloads
4
License
MIT
Repository
-
Last release
6 years ago

Typescript API wrapper for Clubhouse

Unofficial API client for the Clubhouse.io api

Usage

import ClubhouseApi from "clubhouse-api";
const client = new ClubhouseApi(process.env.CLUBHOUSE_API_KEY);

client.getProjects();
clien;

Developing

Type definitions are auto generated via scraping the clubhouse documentation (yeah, I know). This project uses the beta api and associated type definitions. To re