Skip to content

Exerra/eklase-wrapper

Repository files navigation

eklase

A wrapper for the E-Klase internal API and a scraper for the website.

const EKlase = require("eklase") // CommonJS
import EKlase from "eklase" // Typescript & ES6

const wrapper = new EKlase("username", "password")

Installation

Installation is easy! just do npm i eklase or yarn add eklase if you use yarn.

Documentation

Documentation for this package is contained in the docs