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"
- Host: GitHub
- URL: https://github.com/rylan12/cousincalculator
- Owner: Rylan12
- License: mit
- Created: 2021-03-11T18:38:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-12T03:42:25.000Z (over 4 years ago)
- Last Synced: 2025-01-08T07:48:04.657Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).