Socket
Socket
Sign inDemoInstall

heroku-web-client

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    heroku-web-client

Heroku Platform API client for Web applications


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Heroku Platform API Client for Web Applications

Build Status Dependency Status NPM Version

This is a client library for the Heroku Platform API that can be used by Web applications.

The library relies on the fetch API, which can be used natively in most modern browsers, and on the WebCrypto API, which is also quite well supported. A fetch polyfill and a WebCrypto polyfill can be used to extend this library's compatibility all the way down to Internet Explorer 10.

Development Setup

Install the project's dependencies and run a one-time setup script.

npm install
node test/setup.js

Create a testing Heroku account and plug in the email and password into testdata/heroku_account.json. Using a real Heroku account is not recommended, as bugs in the library could result in your applications getting deleted.

{
  "email": "your@test.account",
  "password": "your-secret"
}

License

This project is Copyright (c) 2016 Victor Costan, and distributed under the MIT License.

Keywords

FAQs

Last updated on 02 Jan 2017

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