Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 900 Bytes

readme.MD

File metadata and controls

17 lines (11 loc) · 900 Bytes

EdAPI

This JavaScript package is a rewrite of the Python EdAPI package, which can be found here. Massive thanks to the creators for reverse engineering the API endpoints, allowing me to create this package.

This package is a work in progress, but includes the following:

Installation:

This package is designed to be used with a Node.js server -- make sure that you have installed Node.js from https://nodejs.org/en.

This package uses Axios to make HTTP requests; in order to use this package you need to install Axios from https://axios-http.com/.

I used npm as my package manager, but should you desire to use a different package manager you may do so.

Usage:

To use this package, you need to create a .env file which contains your API key.