1.0.7 • Published 4 years ago

twse-stock-prices v1.0.7

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

就是一個傳入陣列抓出股票資訊的小套件

install

npm install twse-stock-prices

example

var twseStockPrices = require('twse-stock-prices');

yahooStockPrices.getCurrentPrice(['1101','1815'], function(err, price){

	console.log(price);

});

會把json吐回去,然後就自己運用吧,基本上這個套件估計只有我自己在用

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago