SkillAgentSearch skills...

Herokuapi.js

Unofficial heroku api wrapper for NodeJS

Install / Use

/learn @kane50613/Herokuapi.js
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

🚀 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

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated1y ago
Forks0

Languages

TypeScript

Security Score

80/100

Audited on Oct 16, 2024

No findings