Skip to main content

Getting Started

Installation#

npm install spacetraders.ts

Usage#

You can do magical things with the library. For example:

import { Client } from `spacetraders.ts`;
const client = new Client();
client.login(`USER TOKEN`);