Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.
/ pgb-api Public archive

Nodejs module for accessing the REST api on PhoneGap Build

License

Notifications You must be signed in to change notification settings

goya/pgb-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

800e416 · Oct 29, 2018

History

17 Commits
Oct 29, 2018
Sep 11, 2018
Mar 15, 2018
Mar 15, 2018
Mar 15, 2018
Mar 15, 2018
Sep 7, 2018
Mar 15, 2018
Mar 26, 2018
Oct 29, 2018
Apr 6, 2018
Oct 29, 2018
Mar 15, 2018

Repository files navigation

pgb-api npm

This is a nodejs module to access the public REST api of PhoneGap Build.

The module can be added to your project with:

> yarn add pgb-api

or

> npm install pgb-api --save

Here is a snippet to print out your apps to the console:

const pgb = require('pgb-api')()

pgb.addAuth('your-api-token')
pgb.getApps()
  .then(console.log)
  .catch(console.error)

A cheatsheet is here.

If you find a bug or have a feature request tell me about it here.

Follow me on twitter @brettrudd

About

Nodejs module for accessing the REST api on PhoneGap Build

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published