Host your Wrapper Online in Heroku
With Wrapper Heroku, you can host your Wrapper Online to Heroku.
Instructions
- Sign up to Heroku (if you already have Heroku account, you can skip this)
- Sign up to GitHub (if you already have GitHub account, you can skip this)
- Fork this repository
- In Heroku dashboard, make an app to host Wrapper Heroku
- Add the Node.js buildpack to your app
- Connect the app with the forked repository
- Deploy the app. Optionally, you can even enable automatic deploy to automatically deploy the site when you have commit
suicidechanges to the forked repository - Now you have it, you have hosted your Wrapper Online in Heroku. To visit it, type https://[your Heroku app name].herokuapp.com (change [your Heroku app name] to your Heroku app name)