herokuapi.js
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

🚀 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

Readme

Keywords

Package Sidebar

Install

npm i herokuapi.js

Weekly Downloads

1

Version

0.2.0

License

GPL-3.0

Unpacked Size

83.5 kB

Total Files

8

Last publish

Collaborators

  • gary50613