Herokuapi.js
Unofficial heroku api wrapper for NodeJS
Install / Use
/learn @kane50613/Herokuapi.jsREADME
🚀 herokuapi.js
Unofficial heroku api wrapper for NodeJS
📦 Install
npm i herokuapi.js
📖 Usage
auth could be an optional parameter, if not set, HEROKU_API_KEY will be used by default!
-
commonjs
const {getAccount} = require("herokuapi.js") const account = await getAccount() -
mjs / esm / ts
import { getAccount } from "herokuapi.js"; const account = await getAccount()
✨ Used By
❤️ Contribute
feel free to make a pull request or join our Discord Server

