Streamich JavaScript API Client
JavaScript browser client for streamich.com API.
You might consider using streamich-api-jsonp
which provides
exactly the same functionality, but uses JSONP requests instead of reqwest
library, which this package uses.
Usage
Standalone library.
Take the streamich-api-jsonp.js
file from /build
directory.
Include it in your web project:
This will export a global object StreamichApi
, which you use as follows:
var api = ; api;
With Webpack, Browserify, Require.js
You can also use this library as a module in Webpack, Browserify, or Require.js bundle.
Install the library:
npm install streamich-api-jsonp
Use it as follows:
var StreamichApi = ; var api = ; api;
API
For full command reference see streamich-api
.
api;api;apithings;// etc...
Development
webpack -p
git ...
npm publish