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

chore: add discord link

This commit is contained in:
James Cook 2022-03-09 21:24:11 +00:00
parent 6b5d0a2228
commit 117b2fb303

View file

@ -3,7 +3,7 @@
A very WIP client for the classcharts API
[Documentation](https://jamesatjaminit.github.io/classcharts-api/index.html)
[Discord Server](https://discord.gg/985yaqxPuy)
# Examples
```typescript
@ -13,6 +13,7 @@ async function main() {
await client.init();
console.log(
await client.getBehaviour({
// Note: dates are in the American format
from: "2020-12-23",
to: "2022-03-09",
})