Socket
Socket
Sign inDemoInstall

nordvpn-server-lister

Package Overview
Dependencies
59
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

nordvpn-server-lister

A tool for listing NordVPN servers


Version published
Maintainers
1
Weekly downloads
5
decreased by-50%

Weekly downloads

Readme

Source

nordvpn-server-lister

CLI / api for listing NordVPN servers

Build Status Codacy Badge Coverage Status code style: prettier David GitHub

Installation

npm install -g nordvpn-server-lister

Usage

CLI

usage: vpn-servers [parameters]
    [-filter.<property> eq|lt|gt|le|ge|ne <value>]...   Filter result
    [-output=<property>]...                             Proprerties to show in result
    [-h]                                                Shows this help message

 Example:
   -filter.flag=SE -filter.load gt 24 -output=name      Lists servers whith flag=SE and load greater than 24

API

import fetch from "nordvpn-server-lister";

(async () => {
  const result = await fetch();

==>
{
  items: [
    {
      "name": "server1",
      "country": "Sweden"
    }...
  ]
}
})();

Keywords

FAQs

Last updated on 11 Apr 2022

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