number-system-converter/README.md

426 B

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.