With this tool you can see in your console the multiplication tables of every number.
npm install
Clone the repository with this command:
git clone https://github.com/FranP-code/show-multiplication-tables-cli-tool.git
Go to the tool folder with this command:
cd ./show-multiplication-tables-cli-tool
Install the npm Dependencies
Use it.
node ./app.js
or...
npm run tool
Additionally, I developed an API for make the processing of the multiplication tables.
Obviously, don't makes sense make an API for that simple task, but I wanted to try develop one with Node.js. The link to the API is here.
I hope you enjoy it! 🙌