Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kane50613/herokuapi.js
- Owner: kane50613
- License: gpl-3.0
- Created: 2022-04-23T08:00:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T02:05:51.000Z (over 2 years ago)
- Last Synced: 2023-11-02T15:20:29.775Z (about 1 year ago)
- Topics: api, heroku, javascript, nodejs, wrapper
- Language: TypeScript
- Homepage: https://heroku.js.org
- Size: 175 KB
- Stars: 15
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)