Colors!
JavaScript
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
.travis.yml
Gruntfile.js
LICENSE
README.md
colorify.js
colorify.min.js
package.json
test.js

README.md

colorifyjs ci status dependency status devDependency status

npm package for fetching Github language colors.

Installation

npm install colorifyjs

Usage

var colorify = require('colorifyjs')
colorify(function(colors) {
    /*
     * Logic with colors array -> e.g.:
     * console.log(colors['Javascript'])
     */
})