Node.js app that converts decimal numbers into other bases!
Go to file
Array in a Matrix 331cdaecc9
Update README.md
2022-02-09 14:57:50 -05:00
LICENSE init 2022-02-08 22:08:39 -05:00
README.md Update README.md 2022-02-09 14:57:50 -05:00
index.js stricter syntax 2022-02-09 14:49:55 -05:00

README.md

Number System Converter

Node.js app that takes a base 10 number from the command-line then converts it to a base of your choice. The base has to be a integer between 2 to 36.

A web version of this exists on my website. View the code for the web version here.