smbale / the-dress-colors

Node script to extract colors from The Dress using an API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dress Color Extractor

Just a silly example of using a color extraction API to get the actual colors from The Dress.

Here's the final result:

Actual color palette from The Dress

Usage

  1. Get your API key from the API profile.
  2. git clone git@github.com:montanaflynn/the-dress-colors.git; cd the-dress-colors
  3. Replace YOUR_MASHAPE_API_KEY in the index.js file with your API key.
  4. Run npm install
  5. Run node index.js
  6. Open the new index.html file!

About

Node script to extract colors from The Dress using an API


Languages

Language:JavaScript 100.0%