unitfyi
Ruby client for the UnitFYI REST API. 220 units, 20 categories. Zero external dependencies.
Explore at unitfyi.com — interactive tools and comprehensive reference.
Install
gem "unitfyi"Quick Start
require "unitfyi"
client = UnitFYI::Client.new
result = client.search("query")
puts resultAlso Available
| Platform | Install | Link |
|---|---|---|
| Python | pip install unitfyi |
PyPI |
| npm | npm install unitfyi |
npm |
| Go | go get github.com/fyipedia/unitfyi-go |
pkg.go.dev |
| Rust | cargo add unitfyi |
crates.io |
| Ruby | gem install unitfyi |
rubygems |
Links
- Site: unitfyi.com
- API: unitfyi.com/api/v1/
- OpenAPI: unitfyi.com/api/v1/schema/
- Glossary: unitfyi.com/glossary/
- Tools: unitfyi.com/tools/
- Developers: unitfyi.com/developers/ Part of the FYIPedia open-source developer tools ecosystem.
Utility FYI Family
Part of the FYIPedia open-source developer tools ecosystem.
| Site | Domain | Focus |
|---|---|---|
| DistanceFYI | distancefyi.com | Haversine distance, travel times, city pairs |
| HolidayFYI | holidayfyi.com | Holiday dates, Easter calculation, 200+ countries |
| NameFYI | namefyi.com | Korean romanization, Five Elements, CJK strokes |
| TimeFYI | timefyi.com | Timezone ops, business hours, sunrise/sunset |
| UnitFYI | unitfyi.com | 220 units, 20 categories, Decimal precision |
License
MIT