All Projects → soh335 → shukujitsu

soh335 / shukujitsu

Licence: MIT License
No description or website provided.

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to shukujitsu

moment-holiday
A Moment.js plugin for handling holidays. NO LONGER MAINTAINED (DEPRECATED)
Stars: ✭ 82 (+67.35%)
Mutual labels:  holiday
cn-holiday
a lib for chinese holiday
Stars: ✭ 22 (-55.1%)
Mutual labels:  holiday
holidata
Holidata is the core of holidata.net, a no-nonsense, ad-free provider of international holiday data.
Stars: ✭ 27 (-44.9%)
Mutual labels:  holiday
HolidayApi
节假日api
Stars: ✭ 48 (-2.04%)
Mutual labels:  holiday
goholiday
Calculating (holiday, business) days support for golang (Go language).
Stars: ✭ 22 (-55.1%)
Mutual labels:  holiday
Holiday
Check whether a date is a holiday
Stars: ✭ 49 (+0%)
Mutual labels:  holiday
pholiday
a persian calendar holidays library for javascript
Stars: ✭ 38 (-22.45%)
Mutual labels:  holiday
public-holidays-js
Public holidays by country. Readonly from google calendar. Nodejs module.
Stars: ✭ 18 (-63.27%)
Mutual labels:  holiday

shukujitsu

PkgGoDev test

shukujitsu determines japanese holiday. Holidays are collected from https://www8.cao.go.jp/chosei/shukujitsu/syukujitsu.csv

When csv is updated, you can updated as follow command.

$ go run ./internal/gen/gen.go

Currently, we check it per week at here.

HOW TO USE

if shukujitsu.IsShukujitsu(time.Now()) {
    fmt.Println("shukujitsu!")
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].