@gaia-gps-client/client
TypeScript icon, indicating that this package has built-in type declarations

0.4.4 • Public • Published

gaia-gps-client

An unofficial NodeJS client for Gaia GPS, written in TypeScript. Allows for basic interaction with the Gaia GPS API.

Installation

npm install @gaia-gps-client/client

Basic Usage

import { GaiaGpsClient } from "@gaia-gps-client/client";

const client = new GaiaGpsClient();

// If you want to access private data, be sure to add a session ID as follows:
// client.setSessionId("SESSION_ID_HERE");

(async function() { 
	const trackData = await client.getTrack("TRACK_ID_HERE");
	// ...
})();

Package Sidebar

Install

npm i @gaia-gps-client/client

Weekly Downloads

0

Version

0.4.4

License

MIT

Unpacked Size

35.6 kB

Total Files

32

Last publish

Collaborators

  • kkarpack