JSON of GitHub language colors, automatically maintained by CI.
- Install the package:
npm install --save gh-lang-colors
- Add the package into your app:
const GH_LANG_COLORS = require('gh-lang-colors');
console.log(GH_LANG_COLORS['JavaScript']); // #f1e05a