Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

classcharts-api

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

classcharts-api

A typescript wrapper for getting information from the Classcharts API

  • 2.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

Classcharts API

A client for the classcharts API

  • Documentation
  • API Documentation (with library examples)
  • Discord

Examples

Docs are very much a WIP, for any help with the library, please join the discord above

import { StudentClient } from "classcharts-api";
async function main() {
  const client = new StudentClient("classchartsCode", "01/1/2000");
  await client.login();
  console.log(
    await client.getBehaviour({
      fromDate: "20/01/2000",
      toDate: "01/02/2000",
    })
  );
  console.log(await client.getActivity());
  console.log(await client.getStudentInfo());
  console.log(await client.getActivity());
  console.log(await client.getActivity());
}

main();

Keywords

FAQs

Package last updated on 16 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc