Skip to content

Nat-Lab/css-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

css-colors

Grab color and background-color from listed sites.

Example:

$ git clone https://github.com/Nat-Lab/css-colors.git
$ npm i
$ wget http://s3.amazonaws.com/alexa-static/top-1m.csv.zip
$ unzip top-1m.csv.zip
$ head -n 1000 < top-1m.csv | cut -d, -f2 > top1000.txt
$ node css_colors.js top1000.txt top1000-colors.json

About

Grab color and background-color from list of sites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published