Create a Heroku add-on using Node.js

34 Views Asked by At

I want to create a Heroku Add-on using Nodejs but cannot find any resource. I have gone through the documentation available on Heroku but it is showing examples of ruby. I wanted to know if it is actually possible to create using node? Thanks

1

There are 1 best solutions below

0
Tony Yip On

Heroku Addons communite with Heroku via HTTP, so you just to send HTTP request to Heroku with Node.js

Ref: https://devcenter.heroku.com/articles/add-on-partner-api-reference