Skip to content
/ avoda Public

JavaScript client for Israeli Avoda party's membership API

License

Notifications You must be signed in to change notification settings

dleshem/avoda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

avoda

NPM version Downloads

JavaScript client for Israeli Avoda party's private membership API.

Implementation relies on an undocumented API used by Avoda's membership check form and may break without notice. The code is provided for educational purposes only. Actual usage of this library is strongly discouraged, and may violate Avoda's terms of service.

Usage

Install the library with npm install avoda

import AvodaClient from 'avoda';

const avoda = new AvodaClient();

const accountDetails = await avoda.getAccountDetails({
  id: '33094954' // Isaac "Bougie" Herzog
});

console.log(accountDetails);
// <- {"result":"11","name":"צח יצחק הרצוג","gender":"1"}

About

JavaScript client for Israeli Avoda party's membership API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published