🧰 A collection of utilities for building datasets and interacting with the Robintrack API.
Module:
npm i -S robintrack-api-utilities
In your app:
const {
downloadLatestLeaderboard,
generateSymbolsFile,
generateSymbolsJSON
} = require('robintrack-api-utilities')
const { data } = await generateSymbolsJSON()
console.dir(data) // ['A','AA','AAAU'...]
CLI:
npm run build -- generate
Generates a JSON file of all ticker symbols on Robintrack and
writes it to the json
directory.
npm i -D
npm test
MIT