UNPKG

rink

Version:

Node wrapper around the hockeyapp API.

10 lines (8 loc) 211 B
var hockeyApp = require("."); hockeyApp.$post_apps_upload({ token: process.env.HOCKEYAPP_TOKEN, ipa: "./test.apk", notes: "next version...", status: "installable", release_type: "alpha" });