Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

heroku-web-client

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heroku-web-client

Heroku Platform API client for Web applications

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 02 Jan 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc