0.0.5 • Published 9 years ago

binnacle v0.0.5

Weekly downloads
3
License
-
Repository
github
Last release
9 years ago

Binnacle JS

JS Client for Binnacle.io Distributed Event Logging and Multi-channel Push Service

.... /\____/\\\____ _\/\_____\////\____ _\/\__/\__\/\____ _\/\_____\///__/\/\\\___/\/\\\_/\\\\_____/\\\\_\/\_____/\\\\ _\/\\\\__/\__\/\\////\_\/\\////\_\////////\__/\\//////__\/\___/\\/////\_ _\/\\////\__\/\__\/\__\//\__\/\__\//\__/\\\\\__/\_____\/\__/\\\\\__ _\/\__\/\__\/\__\/\_\/\__\/\_\/\_/\\/////\_\//\____\/\__\//\/////// _\/\\\\_\/\__\/\_\/\__\/\_\/\_\//\\\\/\\///\\\\_/\\\\_\//\\\\\_ _\/////////_\///\///_\///\///__\///__\////////\//__\////////_\/////////___\//////////__ ....

Getting Started

In your web page:

<script src="../build/dist/binnacle.js"></script>
<script>
var client = new Binnacle.Client({
  accountId: accountId,
  appId: appId,
  apiKey: apiKey,
  apiSecret: apiSecret,
  endPoint: endPoint,
  contextId: contextId,
  onSignal: function(event) {
    // do something with the event
  }
});
client.subscribe();
</script>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)

Developer Setup

  • Fork and clone the repo.

Install NPM packages

  • Run npm install to install all dependencies (including Grunt).
  • npm install -g bower
  • npm install grunt-bower-task --save-dev
  • npm install grunt-bower-concat --save-dev

Build

  • grunt --help : List available grunt tasks
  • grunt clean build : Clean and build the project

Test

  • html/subscription_example.html : Simple example of subscribing to a Binnacle App/Context
0.0.5

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.0

9 years ago

0.0.1

9 years ago