robintrack-api-utilities

1.1.4 • Public • Published

Robintrack API Utilities

🧰 A collection of utilities for building datasets and interacting with the Robintrack API.

Usage

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.

Tests

npm i -D
npm test

LICENSE

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i robintrack-api-utilities

Weekly Downloads

0

Version

1.1.4

License

MIT

Unpacked Size

58.2 kB

Total Files

7

Last publish

Collaborators

  • joemccann