1.0.5 ⢠Published 3 years ago
@scottobert/roman-numerals v1.0.5
Utility functions for converting integers to roman numerals and vice versa.
š Homepage
Install
npm install @scottobert/roman-numerals
Run tests
npm run test
Usage
import { romanToInt, intToRoman } from "@scottobert/roman-numerals";
console.log(romanToInt("MCMXCIV")); // 1994
console.log(intToRoman(1994)); // MCMXCIV
Author
š¤ Scott Obert
- Github: @scottobert
š¤ Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.
Show your support
Give a āļø if this project helped you!
š License
Copyright Ā© 2022 Scott Obert. This project is GPL--2.0 licensed.
This README was generated with ā¤ļø by readme-md-generator