SkillAgentSearch skills...

Zermelo.ts

Zermelo API wrapper for NodeJS

Install / Use

/learn @stijnvdkolk/Zermelo.ts
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Zermelo.ts

Zermelo API wrapper for Typescript & NodeJS

Installation

yarn add zermelo.ts # Or npm install zermelo.ts

Example

const { Zermelo } = require("zermelo.ts");
const asyncFunction = async () => {
  const accessToken = await Zermelo.getAccessToken("schoolnaam", "koppel_code");
  const ZermeloAPI = Zermelo.getAPI("schoolnaam", accessToken);
  const userInfo = await ZermeloAPI.users.get();
  console.log(userInfo);
};

asyncFunction();

Licensing

The code in this project is licensed under MIT license.

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated3y ago
Forks0

Languages

TypeScript

Security Score

60/100

Audited on Apr 21, 2022

No findings