Project

calcfyi

0.0
The project is in a healthy, maintained state
Ruby client for the CalcFYI REST API at calcfyi.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

calcfyi

Gem Version License: MIT

Ruby client for the CalcFYI REST API. 200+ calculators. Zero external dependencies.

Explore at calcfyi.com — interactive tools and comprehensive reference.

Install

gem "calcfyi"

Quick Start

require "calcfyi"

client = CalcFYI::Client.new
result = client.search("query")
puts result

Also Available

Platform Install Link
Python pip install calcfyi PyPI
npm npm install calcfyi npm
Go go get github.com/fyipedia/calcfyi-go pkg.go.dev
Rust cargo add calcfyi crates.io
Ruby gem install calcfyi rubygems

Links

Guide FYI Family

Part of the FYIPedia open-source developer tools ecosystem.

Site Domain Focus
BoardGameFYI boardgamefyi.com Board games, rules, reviews, recommendations
CalcFYI calcfyi.com 200+ calculators, financial, health, math
SalaryFYI salaryfyi.com Salary comparison, tax calculators, 36 countries
UnivFYI univfyi.com University rankings, programs, admissions

License

MIT