Socket
Socket
Sign inDemoInstall

herokuapi.js

Package Overview
Dependencies
7
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    herokuapi.js

Unofficial heroku api wrapper for NodeJS


Version published
Weekly downloads
5
increased by150%
Maintainers
1
Install size
563 kB
Created
Weekly downloads
 

Readme

Source

🚀 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

Keywords

FAQs

Last updated on 01 May 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc