Skip to content

facugon/phonegapAppBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node phonegap app builder

A barebones Node.js app using Express 4.

This application supports the Getting Started with Node on Heroku article - check it out.

Running Locally

Make sure you have Node.js and the Heroku Toolbelt installed.

$ git clone [email protected]:heroku/node-js-getting-started.git # or clone your own fork
$ cd node-js-getting-started
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles:

Create phonegap account

we need to get

  • client_id
  • client_secret
  • user auth_token
$ curl -X POST https://build.phonegap.com/authorize?client_id=abcdef&client_secret=123456&auth_token=789hij    

to obtain

  • app_access_token
$ GET https://build.phonegap.com/api/v1/me?access_token=123456

About

builds apps against phonegap builder api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9