Simple plugin to export GloriaFood clients to HubSpot using Heroku Scheduler.
Make sure you have Node.js and the Heroku CLI installed.
git clone https://github.com/tiflisgroup/gloriafood.git # or clone your own fork
cd gloriafood
npm install
Run the plugin with node index.js
.
$ heroku create
$ git push heroku master
$ heroku open
or
For more information about using Node.js on Heroku, see these Dev Center articles: