- Notifications
You must be signed in to change notification settings - Fork1
License
NotificationsYou must be signed in to change notification settings
CoinQuant/coin-news
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Collect notice and news from exchanges(yunbi&jubi&okcoin&huobi&bter&szzc)
npm i git+https://github.com/SuperDBJ/coin-news.git -S
constCrawler=require('crawler');constNews=require('coin-news');constnews=newNews(newCrawler({maxConnection:10,rateLimit:1500}));news.on('data',data=>{console.log(data);});asyncfunctionstart(){awaitnews.start();}start();