UNPKG

stonksjs

Version:

Algotrading utility scripts. To the moon!!! 🚀🚀🚀

9 lines (7 loc) • 168 B
/** * Functions used to interaact with Robinhood * @module robinhood * @memberof stonksjs */ const Robinhood = require('./Robinhood'); module.exports = Robinhood;