Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# Grade Calculator
**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.**
## Updates
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.
## How To
1. First make sure Node is installed https://nodejs.org/en/
2. Clone this repo
3. Go to the repos directory in terminal/command prompt
4. Run `npm install` to install the node modules
5. Edit the `grades.json` file to contain your grades
6. 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`**.