Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JoelBesada/accentColor
A script for retrieving the accent color of any external website
https://github.com/JoelBesada/accentColor
Last synced: 3 months ago
JSON representation
A script for retrieving the accent color of any external website
- Host: GitHub
- URL: https://github.com/JoelBesada/accentColor
- Owner: JoelBesada
- Created: 2011-12-16T23:58:27.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-22T22:24:59.000Z (over 12 years ago)
- Last Synced: 2024-05-27T12:01:33.411Z (6 months ago)
- Language: PHP
- Homepage: http://joelb.me/accentcolor
- Size: 545 KB
- Stars: 17
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
=============================
accentColor Script
v1.0.1Demo and documentation:
www.joelb.me/accentcolor
=============================A small script for retrieving the accent color of a given site.
This is done by calculating the dominant color of the site's favicon,
which generally gives the expected results. The format of the returned
color is 'rgb(R, G, B)'.Connects to http://g.etfv.co/ (getFavicon by Jason Cartwright) to get favicons.
Author: Joel Besada (http://www.joelb.me)
Date: 2011-12-10Copyright 2011, Joel Besada
MIT Licensed (http://www.opensource.org/licenses/mit-license.php)