number-system-converter/README.md

8 lines
426 B
Markdown
Raw Permalink Normal View History

2022-02-08 23:05:45 -05:00
# Number System Converter
2022-02-08 22:59:30 -05:00
Node.js app that takes a base 10 number from the command-line then converts it to a base of your choice.
2022-02-08 23:05:45 -05:00
The base has to be a integer between 2 to 36.
2022-02-09 14:10:13 -05:00
A web version of this exists on my [website](https://arrayinamatrix.xyz/index/projects/nsc-web/).
2022-02-09 14:57:50 -05:00
View the code for the web version [here](https://github.com/array-in-a-matrix/arrayinamatrix.xyz/blob/main/index/projects/nsc-web/script/script.js).