1.0.0 • Published 5 years ago

avoda v1.0.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

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