An open API service indexing awesome lists of open source software.

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"

Awesome Lists containing this project

README

          

# whatday

[![Build Status](https://github.com/valbeat/whatday/workflows/test/badge.svg?branch=main)](https://github.com/valbeat/whatday/actions?query=workflow%3Atest)
[![Coverage Status](https://coveralls.io/repos/github/valbeat/whatday/badge.svg?branch=feature/use_coveralls)](https://coveralls.io/github/valbeat/whatday?branch=feature/use_coveralls)
[![Go Report Card](https://goreportcard.com/badge/github.com/valbeat/whatday)](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)