Skip to content

singlett/Computing-Grade-Calculator

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?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Mar 24, 2017
Mar 24, 2017
Mar 24, 2017

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.

About

Node script to calculate your grade

Resources

Stars

Watchers

Forks

Releases

No releases published