This library makes it easy to connect to Swarm, query and subscribe to data sets using JSON based query language (similar to MongoDB) Swarm is a middleware which provides JSON based API to Betconstruct data services via WebSockets or AJAX long-poll requests.
Dependencies include AngularJS cookies module and amplify.store local storage library Both of them are used for storing authenticated user credentials in browser.
Include the scripts on your page (required libraries - Angular and Amplify.store and dist/bc.js), add "vbet5" module as dependency to your angular application, and you are ready to use the provided "Zergling" service. See examples directory for usage examples.