Project

chemfyi

0.0
The project is in a healthy, maintained state
Ruby client for the ChemFYI REST API at chemfyi.com. Zero external dependencies.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

chemfyi

Gem Version License: MIT

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 result

Also 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

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