https://github.com/valbeat/whatday
Getting "Today is what day"
https://github.com/valbeat/whatday
cli golang
Last synced: 5 months ago
JSON representation
Getting "Today is what day"
- Host: GitHub
- URL: https://github.com/valbeat/whatday
- Owner: valbeat
- License: mit
- Created: 2018-05-08T14:54:53.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-08-05T12:19:12.000Z (11 months ago)
- Last Synced: 2025-10-04T15:49:11.972Z (9 months ago)
- Topics: cli, golang
- Language: Go
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# whatday
[](https://github.com/valbeat/whatday/actions?query=workflow%3Atest)
[](https://coveralls.io/github/valbeat/whatday?branch=feature/use_coveralls)
[](https://goreportcard.com/report/github.com/valbeat/whatday)
## Description
A command line tool for displaying "Today is what day" from [一般社団法人 日本記念日協会](https://www.kinenbi.gr.jp/)
## Usage
```
$ whatday
```
## Install
To install, use `go install`:
```bash
$ go install github.com/valbeat/whatday@latest
```
## Contribution
1. Fork ([https://github.com/valbeat/whatday/fork](https://github.com/valbeat/whatday/fork))
1. Create a feature branch
1. Commit your changes
1. Rebase your local changes against the master branch
1. Run test suite with the `go test ./...` command and confirm that it passes
1. Run `gofmt -s`
1. Create a new Pull Request
## Author
[valbeat](https://github.com/valbeat)