This is the successor to steamy-screenshots, built as a React web app. The goal is to let you view Steam screenshots and create color palettes from them on COLOURlovers.
cp src/env.sh.example src/env.sh
Get a Steam Web API key and add it to src/env.sh.
brew install cairo
npm install
npm start
Visit localhost:3000 to view the app. The server runs on port 5000.
npm run-script update-steam-apps
- Fork this repo and modify src/config.json to suit your app.
- Create your app on Heroku.
git remote add heroku git@heroku.com:yourherokuapp.git
heroku buildpacks:set https://github.com/mojodna/heroku-buildpack-cairo.git
heroku buildpacks:add heroku/nodejs
./deploy.sh
heroku ps:scale web=1
heroku config:set STEAM_API_KEY="your Steam Web API Key"
- itunes-colors and Color Thief for extracting color palettes from images.
- TinyColor for translating between RGB and hex colors as well as getting analogous and monochromatic color variations.