Options
All
  • Public
  • Public/Protected
  • All
Menu

herokuapi.js

🚀 herokuapi.js

npm version

NPM

Unofficial heroku api wrapper for NodeJS

📦 Install

npm i herokuapi.js

📖 Usage

Documentation

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

Generated using TypeDoc