An open API service indexing awesome lists of open source software.

https://github.com/friedrith/node-wifi-cli

A command line interface for node-wifi
https://github.com/friedrith/node-wifi-cli

Last synced: over 1 year ago
JSON representation

A command line interface for node-wifi

Awesome Lists containing this project

README

          

# node-wifi-cli
A command line interface for node-wifi.

This library is a wrapper around [node-wifi](https://github.com/friedrith/node-wifi).

## Getting started

```bash
npm install node-wifi-cli -g

node-wifi-cli --scan

node-wifi-cli --connect --ssid --password [--iface ]

node-wifi-cli --disconnect

node-wifi-cli --current

# You can also use npx

npx node-wifi-cli --scan

```

## Contribute

Please read [development guidelines](./CONTRIBUTING.md) before proposing a pull request.