https://github.com/danielstern/nurl
Node-based Curl-like Command Line Interface Installed through NPM
https://github.com/danielstern/nurl
Last synced: about 1 year ago
JSON representation
Node-based Curl-like Command Line Interface Installed through NPM
- Host: GitHub
- URL: https://github.com/danielstern/nurl
- Owner: danielstern
- Created: 2015-05-07T14:36:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-21T08:49:47.000Z (over 10 years ago)
- Last Synced: 2025-02-10T15:50:56.054Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nurl
Node-based Curl-like Command Line Interface Installed through NPM
### `nurl http://github.com`
## What is nurl?
Nurl is basically a port of the Curl CLI to Node. It implements Request under the hood.
## Why nurl?
Curl is annoying to install on Windows. Nurl is a lot easier because it uses NPM.
### Installation
`npm intall -g nurl-cli`
### Usage
####`nurl `
Queries a URL for you and outputs what's returned.
##### Example
> nurl http://ipecho.net/plain
50.172.64.1
#### `ippublic`
Queries `ipecho.net` and returns your public IP.
##### Example
> ippublic
50.172.64.1