Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamataryo/node-miopon-cli
this is implementation of node-miopon
https://github.com/kamataryo/node-miopon-cli
Last synced: 3 days ago
JSON representation
this is implementation of node-miopon
- Host: GitHub
- URL: https://github.com/kamataryo/node-miopon-cli
- Owner: kamataryo
- License: mit
- Created: 2016-01-29T03:15:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T04:25:40.000Z (almost 9 years ago)
- Last Synced: 2024-12-27T09:38:44.751Z (25 days ago)
- Language: CoffeeScript
- Size: 132 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-miopon-cli
[](https://www.npmjs.com/package/node-miopon-cli
)[![Build Status](https://travis-ci.org/KamataRyo/node-miopon-cli.svg?branch=master)](https://travis-ci.org/KamataRyo/node-miopon-cli)
[![npm version](https://badge.fury.io/js/node-miopon-cli.svg)](https://badge.fury.io/js/node-miopon-cli)
[![Dependency Status](https://david-dm.org/kamataryo/node-miopon-cli.svg)](https://david-dm.org/kamataryo/node-miopon-cli)
[![devDependency Status](https://david-dm.org/kamataryo/node-miopon-cli/dev-status.svg)](https://david-dm.org/kamataryo/node-miopon-cli#info=devDependencies)[IIJmioクーポンスイッチAPI](https://www.iijmio.jp/hdd/coupon/mioponapi.jsp)のCLIツールです。
## install
`npm install -g node-miopon-cli`## 注意
ホームフォルダ下に、設定ファイル.node-mioponファイルを生成します。## Interfaces
### 設定ファイル作成
`mio init`※ デベロッパーIDとリダイレクトURIは、公式サイトに従って登録してください。
[IIJmioクーポンスイッチAPIのご利用に当たって(IIJmioのサイト)](https://www.iijmio.jp/hdd/coupon/mioponapi.jsp#goriyou)### アクセストークンと回線情報を取得
`mio auth`### トークンの期限切れ確認
`mio info` or `mio status`### トークンのon, off
`mio on` and `min off`※現在のバージョンでは、すべての回線をon/offします
### トークンを含む設定ファイルを削除
`mio delete` or `mio del` or `mio d`