To install:
- go into your favourite BASH shell
- go into the directory you want to store the file in
- type
git clone https://github.com/WulffHunter/RationalTEAlgorithm.git - go into the new folder (RationalTEAlgorithm)
- type
npm install
To run:
- go into the RationalTEAlgorithm folder
- type
node index.js(or, to pass in a filename$FILENAME, typenode index.js $FILENAME) - TA-DA!