0.2.2 • Published 7 years ago

stockdb v0.2.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

npm npm npm

JavaScript client library for StockDB

Example

simple

Instllation

Browser globals

The dist folder contains stockdb.js with the component exported in the window.StockDB object.

<script src="path/to/hprose-html5.js"></script>
<script src="path/to/stockdb.js"></script>
<script>
    var client = StockDB.New("http://localhost:8765", "username:password");
</script>

NPM

$ npm install --save stockdb

CommonJS

var StockDB = require('stockdb');
var client = StockDB.New("http://localhost:8765", "username:password");

ES6

import StockDB from 'stockdb';

const client = StockDB.New('http://localhost:8765', 'username:password');

Reference

Official Repos

Document

0.2.2

7 years ago

0.2.1

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.0

7 years ago

0.0.5

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago