eklase
v2.0.0
Published
A wrapper and scraper for E-Klase
Downloads
1
Readme
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