0.2.3 • Published 4 years ago

gaia-gps-client v0.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

gaia-gps-client

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

Installation

yarn add gaia-gps-client

or

npm install --save gaia-gps-client

Basic Usage

const { GaiaGpsClient } = require("gaia-gps-client");

const client = new GaiaGpsClient();

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

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

4 years ago

0.2.3

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago