avoda

1.0.0 • Public • Published

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"}

Readme

Keywords

Package Sidebar

Install

npm i avoda

Weekly Downloads

6

Version

1.0.0

License

Apache-2.0

Unpacked Size

16.8 kB

Total Files

8

Last publish

Collaborators

  • dleshem