Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 546 Bytes

File metadata and controls

26 lines (21 loc) · 546 Bytes

OneNoteApi

JavaScript library to make calling the OneNote API easier.

Setup

2. Install gulp globally:

$ npm install --global gulp

(Note: on windows, you also need to add "%appdata%\npm" to your PATH)

3. Install the OneNoteApi packages

From the root of this project, run:

$ npm install

4. Build

Now just run:

$ npm run build

Congratulations!

At this point you should see the tests passing, and see the packaged code in the target folder