Binary-Live-Api Demos

edited October 2016 in General

Hi,

I am trying to learn the Binary-Live-Api with the demos posted.

I've cloned a fork locally on my computer and attempting to run the 'basic' demo.

All of your demo's call the Binary-Live-Api library within index.html via this command -

< script src="../../lib/binary-live-api.js">

Your folder tree only contains
/demos/
/flow-typed/
/src/

/lib/ is missing, and there is no binary-live-api.js file any where within the current folder structure!

Where do I find the binary-live-api.js file, so I can run these demos????

Thankyou.

Comments

  • Hi ~

    lib is a directory that stores generated code

    to generate those codes, you need to run several commands at the project root

    1. npm install // this will install dependencies required by the project
    2. npm run build // this will produce the binary-live-api.js in lib/
Sign In or Register to comment.