Socket
Socket
Sign inDemoInstall

sncf-wifi-portal-client

Package Overview
Dependencies
10
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    sncf-wifi-portal-client

Query information from the SNCF WiFi portal in French TGV trains.


Version published
Weekly downloads
3
Maintainers
1
Install size
519 kB
Created
Weekly downloads
 

Readme

Source

sncf-wifi-portal-client

Query information from the SNCF WiFi portal in French TGV trains.

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

Installation

npm install sncf-wifi-portal-client

Usage

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'
}

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.

Keywords

FAQs

Last updated on 13 Apr 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc