Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octalmage/ngrokrock
https://github.com/octalmage/ngrokrock
ngrok
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/octalmage/ngrokrock
- Owner: octalmage
- Created: 2016-09-17T20:08:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T02:36:33.000Z (about 8 years ago)
- Last Synced: 2024-09-14T02:59:05.455Z (2 months ago)
- Topics: ngrok
- Language: JavaScript
- Homepage: https://ngrokrock.com
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
This command line app will automatically upload [ngrok](https://ngrok.com/) domains to [ngrokrock.com](https://ngrokrock.com).
## Installation
```
npm install -g ngrokrock
```## Usage
```
$ ngrokrock --helpUsage: ngrokrock [options]
Options:
-h, --help output usage information
-V, --version output the version number
-u, --username Your ngrokrock username.
-p, --password Your ngrokrock password.
-h, --host [value] The ngrok API host.
-a, --api [value] The ngrokrock API host.
```Example:
```
ngrokrock -u Jason -p YOUR_API_KEY
```Get an API key from [ngrokrock.com](https://ngrokrock.com).