Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpdf00/roman-numerals
An ruby application that converts integers into roman numerals.
https://github.com/jpdf00/roman-numerals
Last synced: about 16 hours ago
JSON representation
An ruby application that converts integers into roman numerals.
- Host: GitHub
- URL: https://github.com/jpdf00/roman-numerals
- Owner: jpdf00
- Created: 2022-09-25T19:05:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T19:25:45.000Z (over 2 years ago)
- Last Synced: 2024-12-07T15:42:45.372Z (about 1 month ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roman Numerals
> Roman Numerals is a ruby application that converts integers into roman numerals!.
- On access you will be asked to enter a number, after inputing the number press "Enter" and the program will return a Roman Numeral equivalent.
- If a non Integer is inputed, or if the Integer is higher than 3000 the message 'Not possible to convert to a Roman Number' will be displayed.## Built With
- Ruby 3.1.2
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Ruby 3.1.2
### Setup
- On the top of this repo click on the button named "Clone"
- Copy the HTTP URL or SSH.
- On the terminal type `git clone ` where is the value you copied on the previous step.
- On the terminal `cd` to the folder you cloned.### Usage
- On the terminal type `ruby roman-numerals.rb`
- On the terminal type the number of your choice.
- Press enter.## Authors
👤 **João Paulo Dias França**
- GitHub: [@jpdf00](https://github.com/jpdf00)
- Twitter: [@jpdf00](https://twitter.com/jpdf00)
- LinkedIn: [João Paulo Dias França](https://www.linkedin.com/in/jpdf00/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/jpdf00/roman-numerals/issues).
## Show your support
Give a ⭐️ if you like this project!