ri-find-gread
Version:
This package takes your marks and returns the grade to you
22 lines (13 loc) • 423 B
Markdown

# Find Gread
This package takes your marks and returns the grade to you.
## Installation
To install this package, first you need node js. Then You need to follow
```console
$ npm i ri-find-gread
```
## Use Case
```js
import findGread from "ri-time-ago";
console.log(findGread(80));
```