Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tylersticka/BrandColors.json
Simplified JSON representation of BrandColors.net.
https://github.com/tylersticka/BrandColors.json
Last synced: 4 days ago
JSON representation
Simplified JSON representation of BrandColors.net.
- Host: GitHub
- URL: https://github.com/tylersticka/BrandColors.json
- Owner: tylersticka
- Created: 2013-08-03T22:26:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-03T22:26:17.000Z (over 11 years ago)
- Last Synced: 2024-11-06T12:55:33.020Z (5 days ago)
- Language: JavaScript
- Homepage: http://brandcolors.net/
- Size: 102 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BrandColors.json
Utility script written in [node.js](http://nodejs.org/) to generate a simple [JSON](http://www.json.org/) object representation of [BrandColors](http://brandcolors.net/), a collection of major brand color codes curated by [Galen Gidman](http://twitter.com/galengidman).
Used to keep brand color keywords up-to-date on [Colorpeek](http://colorpeek.com).
## Updating the file
1. Clone this project.
1. Navigate to the project directory: `cd BrandColors.json`
1. Install dependencies: `npm install`
1. Run the update script: `node update`