8000 GitHub - fdb/instakleur: Extracts color palette from Instagram and returns results as an API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ instakleur Public

Extracts color palette from Instagram and returns results as an API

License

Notifications You must be signed in to change notification settings

fdb/instakleur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instakleur

Extracts color palette from Instagram and returns results as an API.

Running locally

npm install
npm run dev

Deploying on Heroku

To deploy on Heroku, you need two buildpacks:

  • heroku/nodejs Official Nodejs buildpack
  • jontewks/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

Resources

About

Extracts color palette from Instagram and returns results as an API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0