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

https://github.com/rylan12/cousincalculator

A calculator to convert my family tree numbering scheme to the form "nth cousin m times removed"
https://github.com/rylan12/cousincalculator

Last synced: 4 months ago
JSON representation

A calculator to convert my family tree numbering scheme to the form "nth cousin m times removed"

Awesome Lists containing this project

README

        

# CousinCalculator

A calculator to convert my family tree numbering scheme to the form "nth cousin m times removed"

## Installation

To setup locally run:

```sh
git clone https://github.com/Rylan12/CousinCalculator.git
cd CousinCalculator
bundle install
```

Run CousinCalculator:

```sh
./cousin-calculator.rb IDENTIFIER
```

## Contact

[Rylan Polster](mailto:[email protected])

## License

CousinCalculator is licensed under the [MIT License](https://en.wikipedia.org/wiki/MIT_License).
The full license text is available in [LICENSE](https://github.com/Rylan12/CousinCalculator/blob/main/LICENSE).