Extracts color palette from Instagram and returns results as an API.
npm install
npm run dev
To deploy on Heroku, you need two buildpacks:
heroku/nodejs
Official Nodejs buildpackjontewks/puppeteer
Puppeteer buildpack
This should do the trick:
heroku buildpacks:set https://github.com/heroku/heroku-buildpack-nodejs -a YOUR_APP_NAME
heroku buildpacks:add jontewks/puppeteer -a YOUR_APP_NAME