html - How can I explore Body Labs' Blue with my API key before embedding into our production-level site? -
i use api key begin prototyping blue before embedding our production-level site. how do this?
the easiest way sample blue before embedding make practice html page on local machine.
embed blue simple html page, make sure origin account settings include localhost, , use http-server (or similar) run on localhost (http-server -a localhost) . can explore blue local machine opening html file browser (most url localhost:8080 - tell when run http-server port use on).
just sure remove localhost account settings before using app in production!
be sure check out documentation more information: http://developer.bodylabs.com/blue_reference.html
Comments
Post a Comment