Permalink
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?
Computing-Grade-Calculator/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
24 lines (12 sloc)
878 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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`**. |