Project

holidayfyi

0.0
The project is in a healthy, maintained state
API client for holidayfyi.com. Holiday dates, Easter calculation, and 200+ country calendars. Zero 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

Holiday dates, Easter calculation, and 200+ country calendars — API client for holidayfyi.com.

Try the interactive tools at holidayfyi.com

Install

gem install holidayfyi

Quick Start

require "holidayfyi"

client = HolidayFYI::Client.new
result = client.search("christmas")
puts "#{result[:total]} results"

Also Available

Platform Package 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

Embed Widget

Embed HolidayFYI widgets on any website with holidayfyi-embed:

<script src="https://cdn.jsdelivr.net/npm/holidayfyi-embed@1/dist/embed.min.js"></script>
<div data-holidayfyi="entity" data-slug="christmas"></div>

Zero dependencies · Shadow DOM · 4 themes (light/dark/sepia/auto) · Widget docs

Links

License

MIT