An open API service indexing awesome lists of open source software.

https://github.com/joemccann/robintrack-api-utilities

🧰 A collection of utilities for building datasets and interacting with the Robintrack API.
https://github.com/joemccann/robintrack-api-utilities

robinhood robintrack stocks trading

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Robintrack API Utilities

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

## Usage

Module:

```sh
npm i -S robintrack-api-utilities
```

In your app:

```js

const {
downloadLatestLeaderboard,
generateSymbolsFile,
generateSymbolsJSON
} = require('robintrack-api-utilities')

const { data } = await generateSymbolsJSON()
console.dir(data) // ['A','AA','AAAU'...]
```

CLI:

```sh
npm run build -- generate
```

Generates a JSON file of all ticker symbols on Robintrack and
writes it to the `json` directory.

## Tests

```sh
npm i -D
npm test
```

## LICENSE

MIT