0.0.2 • Published 1 year ago

@w5/wget v0.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@w5/wget

test/main.coffee :

#!/usr/bin/env coffee

> @w5/wget

await wget 'http://ipinfo.io/json', 'test.out'

down to test.out :

{
  "ip": "120.245.2.174",
  "city": "Zhanjiang",
  "region": "Guangdong",
  "country": "CN",
  "loc": "21.2339,110.3875",
  "org": "AS56048 China Mobile Communicaitons Corporation",
  "timezone": "Asia/Shanghai",
  "readme": "https://ipinfo.io/missingauth"
}
0.0.2

1 year ago

0.0.1

1 year ago