chemfyi
Ruby client for the ChemFYI REST API. Periodic table. Zero external dependencies.
Explore at chemfyi.com — interactive tools and comprehensive reference.
Install
gem "chemfyi"Quick Start
require "chemfyi"
client = ChemFYI::Client.new
result = client.search("query")
puts resultAlso Available
| Platform | Install | Link |
|---|---|---|
| Python | pip install chemfyi |
PyPI |
| npm | npm install chemfyi |
npm |
| Go | go get github.com/fyipedia/chemfyi-go |
pkg.go.dev |
| Rust | cargo add chemfyi |
crates.io |
| Ruby | gem install chemfyi |
rubygems |
Links
- Site: chemfyi.com
- API: chemfyi.com/api/v1/
- OpenAPI: chemfyi.com/api/v1/schema/
- Glossary: chemfyi.com/glossary/
- Guides: chemfyi.com/guides/
- Tools: chemfyi.com/tools/
- Developers: chemfyi.com/developers/ Part of the FYIPedia open-source developer tools ecosystem.
Science FYI Family
Part of the FYIPedia open-source developer tools ecosystem.
| Site | Domain | Focus |
|---|---|---|
| AlloyFYI | alloyfyi.com | Metal alloys, compositions, properties |
| ChemFYI | chemfyi.com | Periodic table, elements, compounds, reactions |
| GemFYI | gemfyi.com | Gemstones, mineralogy, grading, origins |
| MineralFYI | mineralfyi.com | 6,215 minerals, crystal systems, Mohs hardness |
| StarFYI | starfyi.com | Stars, constellations, exoplanets, deep-sky |
License
MIT