Skip to content

nwfsc-fram/SaildroneTS

Repository files navigation

SaildroneTS

Software for querying the Saildrone API. Saildrone provides a Swagger interface for testing their API.

Installation Instructions

  1. Install Node.js - download here

  2. (OPTIONAL) Install Visual Studio Code - download here (We use and recommend this IDE for development)

  3. Clone the repository: git clone git@github.com:nwfsc-fram/SaildroneTS.git

  4. In a command window, navigate to the cloned folder and install the required node modules: npm install

  5. Copy the keys-sample.ts file to a keys.ts file and insert your key and secret values provided by Saildrone.

  6. Run the software: ts-node -T ./dataPull.ts