Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkweon/usa-holidays
USA Holiday
https://github.com/kkweon/usa-holidays
Last synced: about 1 month ago
JSON representation
USA Holiday
- Host: GitHub
- URL: https://github.com/kkweon/usa-holidays
- Owner: kkweon
- License: bsd-3-clause
- Created: 2019-07-15T03:19:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T20:43:36.000Z (about 5 years ago)
- Last Synced: 2024-10-14T03:53:43.881Z (3 months ago)
- Language: Haskell
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# usa-holidays
[![Build Status](https://travis-ci.com/kkweon/usa-holidays.svg?branch=master)](https://travis-ci.com/kkweon/usa-holidays)
[![Hackage](https://img.shields.io/hackage/v/usa-holidays.svg)](https://hackage.haskell.org/package/usa-holidays)USA Holidays library in Haskell.
## Getting Started
```haskell
let christmas = Time.fromGregorian 2019 12 25
USA.getHoliday christmas `shouldBe` Just (USA.Holiday christmas "Christmas")
```