Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kane50613/herokuapi.js

Unofficial heroku api wrapper for NodeJS
https://github.com/kane50613/herokuapi.js

api heroku javascript nodejs wrapper

Last synced: 5 days ago
JSON representation

Unofficial heroku api wrapper for NodeJS

Awesome Lists containing this project

README

        

# 🚀 herokuapi.js

[![npm version](https://badge.fury.io/js/herokuapi.js.svg)](https://badge.fury.io/js/herokuapi.js)

[![NPM](https://nodei.co/npm/herokuapi.js.png)](https://npmjs.org/package/herokuapi.js)

Unofficial heroku api wrapper for NodeJS

### 📦 Install

```shell
npm i herokuapi.js
```

### 📖 Usage

> [Documentation](https://heroku.js.org/)

`auth` could be an optional parameter, if not set, `HEROKU_API_KEY` will be used by default!

- commonjs
```js
const {getAccount} = require("herokuapi.js")

const account = await getAccount()
```

- mjs / esm / ts
```ts
import { getAccount } from "herokuapi.js";

const account = await getAccount()
```

### ✨ Used By

- [YEE式機器龍](https://yeecord.com/) ([Github](https://github.com/Gary50613/yeecord-project))

### ❤️ Contribute

feel free to make a pull request or join our [Discord Server](https://discord.gg/yeecord)