1.1.0 • Published 5 years ago
sncf-wifi-portal-client v1.1.0
sncf-wifi-portal-client
Query information from the SNCF WiFi portal in French TGV trains.
Installation
npm install sncf-wifi-portal-clientUsage
const portal = require('sncf-wifi-portal-client')
portal.connectionStatus()
.then(console.log, console.error){
	active: true,
	status_code: 200,
	status_description: 'ip has active grant',
	service_class: 5,
	granted_bandwidth: 100000,
	remaining_data: 75453,
	consumed_data: 1346,
	next_reset: 1568471384091,
	profileId: 'AUTO-LOGIN-PROFILE-ID'
}Related
- record-tgv-movement– Record the movement of any TGV using the on-board WiFi.
- 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.
Contributing
If you have a question or need support using sncf-wifi-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.