🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

bakalari

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bakalari

API pro IS Bakaláři

0.1.0
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

bakalari-js

API implementace pro IS Bakaláři psána v JS. Používá se mobilní API nacházející se v Android aplikaci.

Instalace

npm install bakalari

Použití

"use strict"
let Bakalari = require("bakalari")

// proxy pro použití v prohlížeči (CORS)
Bakalari.proxy = "http://cors.io/?u={url}"

// cache pro použtí v node
Bakalari.cache = new Bakalari.FileStorage(__dirname + "/temp")

new Bakalari.User("http://derp.info/login.aspx", "jmeno", "heslo")
	.obtain()
	.then(user => user.getPage(Bakalari.Pages.MARKS))
	.then(marks => console.log(marks))
	.catch(err => console.log(err))

FAQs

Package last updated on 01 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts