0.0.21 • Published 1 year ago

hedsvote-ram v0.0.21

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

hedsVOTE.js

hedsVote SDK is a lightweight voting system that uses hedsVote API

Install

npm i hedsvote.js

Client

const client = createClient();

Client is used to interact with the API

Voting

Pass in config

  const quadraticVoteObject = QuadraticVoting(quadraticVoteConfig);
  const scores = quadraticVoteObject.getScores();