UNPKG

sharewatch

Version:

Fetch Real-time Indian stock market data from NSE (National Stock Exchange) and BSE (Bombay Stock Exchange)

11 lines (8 loc) 200 B
/*! * sharewatch * Copyright(c) 2019 Anjul Garg <anjulgarg@live.com> * MIT Licensed */ 'use strict' module.exports.NSE = require('./services/nse') module.exports.BSE = require('./services/bse')