Project

holidayfyi

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

holidayfyi

Gem Version License: MIT

Ruby client for the HolidayFYI REST API. Holiday dates, 200+ countries. Zero external dependencies.

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

Install

gem "holidayfyi"

Quick Start

require "holidayfyi"

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

Also Available

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

Links

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