Calculate Vat with Node.js
Use your console to calculate the Vat
Here you find a simple vat calculator that is realized with Node.js:
https://gist.github.com/spierala/6e43f38feecb5c9c017c
In your console you have to target the file and write:
node vat.js 1000
As a result you will get:
vat: 190
brutto: 1190