Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awmleer/zjuwlan
Command line tool for authenticating to ZJUWLAN.
https://github.com/awmleer/zjuwlan
zju zjuwlan
Last synced: 14 days ago
JSON representation
Command line tool for authenticating to ZJUWLAN.
- Host: GitHub
- URL: https://github.com/awmleer/zjuwlan
- Owner: awmleer
- License: mit
- Created: 2018-12-09T04:08:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-21T12:00:51.000Z (over 2 years ago)
- Last Synced: 2024-10-31T01:51:22.804Z (2 months ago)
- Topics: zju, zjuwlan
- Language: JavaScript
- Size: 26.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZJUWLAN
[![](https://img.shields.io/npm/v/zjuwlan.svg)](https://www.npmjs.com/package/zjuwlan)
[![](https://img.shields.io/github/license/awmleer/zjuwlan.svg)](https://github.com/awmleer/zjuwlan)Command line tool for authenticating to ZJUWLAN.
## Install
Note: If you don't have node environment already, you have to install [node](https://nodejs.org/en/) first.
```shell
$ yarn global add zjuwlan
# or
$ npm install -g zjuwlan
```## Usage
Show help:
```shell
$ zjuwlan -h # or --help
```Login:
```shell
$ zjuwlan -u [your-username] -p [your-password]
```It will store your username and password. So on the next time, you can simply type:
```shell
$ zjuwlan
```## Issue
If you found any bug or would like to request for some features, welcome to submit an [issue](https://github.com/awmleer/zjuwlan/issues/new) or PR!