colorfyi
Ruby client for the ColorFYI REST API. Color science, WCAG contrast. Zero external dependencies.
Explore at colorfyi.com — interactive tools and comprehensive reference.
Install
gem "colorfyi"Quick Start
require "colorfyi"
client = ColorFYI::Client.new
result = client.search("query")
puts resultAlso Available
| Platform | Install | Link |
|---|---|---|
| Python | pip install colorfyi |
PyPI |
| npm | npm install colorfyi |
npm |
| Go | go get github.com/fyipedia/colorfyi-go |
pkg.go.dev |
| Rust | cargo add colorfyi |
crates.io |
| Ruby | gem install colorfyi |
rubygems |
Links
- Site: colorfyi.com
- API: colorfyi.com/api/v1/
- OpenAPI: colorfyi.com/api/v1/schema/
- Glossary: colorfyi.com/glossary/
- Tools: colorfyi.com/tools/
- Developers: colorfyi.com/developers/ Part of the FYIPedia open-source developer tools ecosystem.
Creative FYI Family
Part of the FYIPedia open-source developer tools ecosystem.
| Site | Domain | Focus |
|---|---|---|
| ColorFYI | colorfyi.com | Color science, WCAG contrast, 16.7M hex colors |
| EmojiFYI | emojifyi.com | 3,953 emojis, Unicode Emoji 16.0, 8 encodings |
| FontFYI | fontfyi.com | Google Fonts metadata, CSS generation, pairings |
| SymbolFYI | symbolfyi.com | Symbol encoding in 11 formats, Unicode properties |
| UnicodeFYI | unicodefyi.com | Unicode characters, 17 encodings, HTML entities |
License
MIT