robintrack-api-utilities
v1.1.4
Published
🧰 A collection of utilities for building datasets and interacting with the Robintrack API.
Downloads
9
Readme
Robintrack API Utilities
🧰 A collection of utilities for building datasets and interacting with the Robintrack API.
Usage
Module:
npm i -S robintrack-api-utilitiesIn your app:
const {
downloadLatestLeaderboard,
generateSymbolsFile,
generateSymbolsJSON
} = require('robintrack-api-utilities')
const { data } = await generateSymbolsJSON()
console.dir(data) // ['A','AA','AAAU'...]CLI:
npm run build -- generateGenerates a JSON file of all ticker symbols on Robintrack and
writes it to the json directory.
Tests
npm i -D
npm testLICENSE
MIT
