Warning: While this program is designed to calculate your grade, it may not be 100% accurate. Please take that in to consideration when using it. Also it is provided as is, no support is guarenteed.
If you find any issues with the calculator please feel free to open an issue, or if you are brave enough, open a pull request.
- First make sure Node is installed https://nodejs.org/en/
- Clone this repo
- Go to the repos directory in terminal/command prompt
- Run
npm install
to install the node modules - Edit the
grades.json
file to contain your grades - Run
node index.js
and it will show you the results 😄
If you want multiple json grade files 🐷 you can run specific json files with node index.js path/to/file.json
which will use the grades in the provided file. The file must end with .json
.