Socket
Book a DemoInstallSign in
Socket

avoda

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

avoda

JavaScript client for Israeli Avoda party's membership API

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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

Keywords

avoda

FAQs

Package last updated on 29 Dec 2018

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