Socket
Socket
Sign inDemoInstall

robintrack-api-utilities

Package Overview
Dependencies
14
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    robintrack-api-utilities

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


Version published
Maintainers
1
Install size
3.43 MB
Created

Readme

Source

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

FAQs

Last updated on 22 Jul 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc