clubhouse-api
v0.0.5
Published
Typescript API client for the Clubhouse API
Downloads
2
Readme
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