Thanks to visit codestin.com
Credit goes to github.com

Skip to content

stijnvdkolk/Zermelo.ts

Repository files navigation

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.

About

Zermelo API wrapper for NodeJS

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •