1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

chore: use npm

This commit is contained in:
James Cook 2022-03-12 16:14:46 +00:00
parent 173a4077d4
commit 408482935a
4 changed files with 2743 additions and 982 deletions

View file

@ -2,11 +2,12 @@
A client for the classcharts API
* [Documentation](https://jamesatjaminit.github.io/classcharts-api/index.html)
* [API Documentation (with libary examples)](https://github.com/Classcharts-API/api-docs)
* [Documentation](https://jamesatjaminit.github.io/classcharts-api/)
* [API Documentation (with library examples)](https://github.com/Classcharts-API/api-docs)
* [Discord](https://discord.gg/DTcwugcgZ2)
# Examples
Docs are very much a WIP, for any help with the libary, please join the discord above
Docs are very much a WIP, for any help with the library, please join the discord above
```typescript
import { ClasschartsStudentClient } from "classcharts-api";
async function main() {