A simple UI for cloning app.json apps.
- Clone is a node app that uses harp for javascript and css compilation.
- Clone strives to do most of its work in the browser, but does some server-side work to include your Heroku OAuth token (API key) when sending build requests to nyata.
- Clone uses node-heroku-bouncer to do OAuth
For more clarity, check out the client and server code.
If you know of any apps with legit app.json
files, add them to the registry wiki page at
github.com/app-json/app.json/wiki/Registry
If you're trying to deploy an app using Clone and it fails, your OAuth token may have timed out. You'll need to hit http://clone.herokuapp.com/auth/heroku/logout to log out and log back in with a new token.
npm install
cp .env.sample .env # then add missing values
npm start