planningpoker

Planning poker client library

Usage no npm install needed!

<script type="module">
  import planningpoker from 'https://cdn.skypack.dev/planningpoker';
</script>

README

Planning Poker JS Cient

Javascript library for planning poker.

Build status

npm version

Example usage

Contact me for access details


var planningPokerConnection = new PlanningPokerConnection(
    [websocketaddress],
    [apiaddress],
    [apikey]);

planningPokerController.startConnection({
    successCallback: webSocketOpenSuccessCallback,
    errorCallback: webSocketErrorCallback
});