https://github.com/jsonzilla/dia_do_curinga_go
Convert Gregorian Calendar to Fiction Jostei Gardner Calendar
https://github.com/jsonzilla/dia_do_curinga_go
calendar converter gregorian-calendar-converter wildcard
Last synced: about 1 year ago
JSON representation
Convert Gregorian Calendar to Fiction Jostei Gardner Calendar
- Host: GitHub
- URL: https://github.com/jsonzilla/dia_do_curinga_go
- Owner: jsonzilla
- License: mit
- Created: 2017-07-28T02:44:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T20:02:23.000Z (over 3 years ago)
- Last Synced: 2025-01-27T05:51:44.871Z (about 1 year ago)
- Topics: calendar, converter, gregorian-calendar-converter, wildcard
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# DiaDoCuringaGo
[](https://travis-ci.org/amorvincitomnia/DiaDoCuringaGo)
A Gregorian calendar converter to an annual calendar with 364 days, each representing a playing card. Divided into 52 weeks and 13 months, all with 28 days. Day 365 is an extra day, the day of the wildcard. Every four years to two extra days the double day of the wildcard.
The count of years begins in 1790
Taking into account the southern hemisphere! The seasons of the year are marked by different suits thus providing the suits of the months.
* Autumn is club
* Summer and is golds
* Spring is cup
* Winter is swords
## Compile
```
go build -o build/ddc ddc.go
```
## Run
```
> ./build/ddc
```
## Run test
```
go test
```
## Check coverage
```
go test -coverprofile=c.out && go tool cover -html=c.out
```