namefyi
Ruby client for the NameFYI REST API. Korean romanization. Zero external dependencies.
Explore at namefyi.com — interactive tools and comprehensive reference.
Install
gem "namefyi"Quick Start
require "namefyi"
client = NameFYI::Client.new
result = client.search("query")
puts resultAlso Available
| Platform | Install | Link |
|---|---|---|
| Python | pip install namefyi |
PyPI |
| npm | npm install namefyi |
npm |
| Go | go get github.com/fyipedia/namefyi-go |
pkg.go.dev |
| Rust | cargo add namefyi |
crates.io |
| Ruby | gem install namefyi |
rubygems |
Links
- Site: namefyi.com
- API: namefyi.com/api/v1/
- OpenAPI: namefyi.com/api/v1/schema/
- Glossary: namefyi.com/glossary/
- Guides: namefyi.com/guide/
- Developers: namefyi.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