shekbagg / Color-My-Hex

Color My Hex is a Twitter Bot that helps you work with hex color codes.

Home Page:http://colormyhex.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color My Hex

Color My Hex is a Twitter Bot that helps you work with hex color codes.

  • If you tweet to @colormyhex with a hex value, it will reply with an image of the associated color
  • If you tweet to @colormyhex with an image, it will reply with the hex code of the most dominant color in the image

Hosting

The app is hosted on Heroku at ColorMyHex and uses the Twitter account @colormyhex

Gems used

  • Twitter gem
  • Colorscore gem
  • Chunky PNG

Installation

  1. Run bundle install
  2. Create an app at Twitter App Dev
  3. Add a file with the below code at /config/twitter.yml with twitter access tokens that you get from your Twitter App Dashboard

consumer_key: XXX consumer_secret: XXX access_token: XXX access_token_secret: XXX```

About

Color My Hex is a Twitter Bot that helps you work with hex color codes.

http://colormyhex.herokuapp.com/


Languages

Language:Ruby 90.9%Language:CSS 6.1%Language:JavaScript 2.3%Language:CoffeeScript 0.7%