1.0.3 • Published 3 years ago

@docsystem/mathgreen-api-node v1.0.3

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

Mathgreen API Node

Mathgreen API for Node.JS

npm npm downloads GitHub issues made by docsystem

const mathgreen = require('@docsystem/mathgreen-api-node');

async function main() {
  const home = await mathgreen.home();
  const premiere = await mathgreen.premiere();
  const terminale = await mathgreen.terminale();
  const nsi = await mathgreen.nsi();
  const bcpst = await mathgreen.bcpst();
}

main()

Installation

This is a Node.js module available through the npm registry.

If this is a brand new project, make sure to create a package.json first with the npm init command.

Installation is done using the npm install command:

$ npm install @docsystem/mathgreen-api-node
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago