Korean romanization, Five Elements, and CJK stroke lookup — API client for namefyi.com.
Try the interactive tools at namefyi.com
gem install namefyi
require "namefyi"
client = NameFYI::Client.new
result = client.search("minjun")
puts "#{result[:total]} results"| Platform | Package | 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 |
Embed NameFYI widgets on any website with namefyi-embed:
<script src="https://cdn.jsdelivr.net/npm/namefyi-embed@1/dist/embed.min.js"></script>
<div data-namefyi="entity" data-slug="minjun"></div>Zero dependencies · Shadow DOM · 4 themes (light/dark/sepia/auto) · Widget docs
- NameFYI — Main site
- API Documentation
- OpenAPI Spec
- Glossary
MIT