mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 03:56:59 +00:00
docs: update package description
This commit is contained in:
parent
0d9d64cb07
commit
55d91a52b7
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<p align="center">
|
||||
<h1 align="center">ClassCharts API JS</h1>
|
||||
<p align="center">
|
||||
A Node.js and Deno Typescript wrapper for getting information from the Classcharts API.
|
||||
A Node.js and Deno wrapper for getting information from the Classcharts API.
|
||||
</p>
|
||||
</p>
|
||||
<p align="center">
|
||||
|
|
@ -63,7 +63,7 @@ session ID which will be used for all requests.
|
|||
## Student Client
|
||||
|
||||
```typescript
|
||||
import { StudentClient } from "classcharts-api"; // Node.js
|
||||
import { StudentClient } from "classcharts-api";
|
||||
|
||||
// Date of birth MUST in the format DD/MM/YYYY
|
||||
const client = new StudentClient("classchartsCode", "01/1/2000");
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<img alt="node-current" src="https://img.shields.io/node/v/classcharts-api">
|
||||
</div>
|
||||
|
||||
<p align="center">A Node.js and Deno Typescript wrapper for getting information from the Classcharts API.</p>
|
||||
<p align="center">A Node.js and Deno wrapper for getting information from the Classcharts API.</p>
|
||||
|
||||
# Links
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue