ouifi-portal-client

1.0.0 • Public • Published

ouifi-portal-client

Query information from the OUIFI WiFi portal in French OuiGo TGV trains.

npm version ISC-licensed minimum Node.js version support me via GitHub Sponsors chat with me on Twitter

Installation

npm install ouifi-portal-client

Usage

const portal = require('ouifi-portal-client')

console.log(await portal.gps())
{
	success: true,
	timestamp: 1698911703,
	speed: 88.433,
	latitude: 45.098646667,
	longitude: -0.365341667,
	altitude: 38.11,
	heading: 27.4,
	fix: 9,
}

Related

  • record-tgv-movement – Record the movement of any TGV using the on-board WiFi.
  • sncf-wifi-portal-client – Query information from the SNCF WiFi portal in French TGV trains.
  • wifi-on-ice-portal-client – Query information from the WifiOnICE portal in German ICE trains.
  • digital-im-regio-portal-client – Query information from the Digital im Regio portal in German Regio trains.
  • cd-wifi-client – A client for the onboard WiFi portal of České dráhy (Czech Railways) trains.
  • portale-regionale-wifi-position – Query information from the Portale Regionale WiFi portal in Trenitalia (Italian Railways) trains.
  • live-icomera-position – Live vehicle geolocation, taken from the on-board Icomera WiFi system.
  • live-gomedia-position – Live vehicle geolocation, taken from the GoMedia on-board WiFi entertainment system.

Contributing

If you have a question or need support using ouifi-portal-client, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.

Package Sidebar

Install

npm i ouifi-portal-client

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

5.47 kB

Total Files

5

Last publish

Collaborators

  • derhuerst