Skip to content

Commit

Permalink
Added domains: pj.pizza, win.gs, vz.to
Browse files Browse the repository at this point in the history
  • Loading branch information
specious committed Oct 11, 2017
1 parent 029a1a2 commit 7889102
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bitly-client

Access [Bitly](https://bitly.com/) from the command line ([What is Bitly?](http://support.bitly.com/knowledgebase/articles/77224-what-is-bitly))
Use [Bitly](https://bitly.com/) from the command line ([What is Bitly?](http://support.bitly.com/knowledgebase/articles/77224-what-is-bitly))

![bitly-client -c 12](http://specious.github.io/bitly-client/screenshots/bitly-client-1.1.5.png "bitly-client@1.1.5")

Expand Down Expand Up @@ -60,6 +60,15 @@ Use a different short domain (including a [custom domain](https://support.bitly.
bitly-client --domain j.mp https://www.bitballoon.com/blog/2014/10/03/five-reasons-you-want-https-for-your-static-site
```

## Develop

Clone this repository, then run:

```
yarn install
./index.js
```

## License

ISC
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ var domains = {
'nyti.ms',
'n.pr',
'pep.si',
'win.gs',
'pdora.co',
'on.fb.me',
'on.mtv.com',
Expand Down Expand Up @@ -69,9 +70,11 @@ var domains = {
'bzfd.it',
'apne.ws',
'shebpr.es',
'pj.pizza',
'b-gat.es',
'm-gat.es',
'go.nasa.gov'
'go.nasa.gov',
'vz.to'
]
}

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "bitly-client",
"version": "1.5.3",
"description": "Access Bitly from the command line",
"author": "Ildar Sagdejev <specious@gmail.com> (http://specious.github.io/)",
"version": "1.5.4",
"description": "Use Bitly from the command line",
"author": "Ildar Sagdejev <specious@gmail.com> (http://specious.github.io)",
"license": "ISC",
"preferGlobal": true,
"bin": {
Expand All @@ -21,8 +21,8 @@
"dependencies": {
"bitly": "^3.0.3",
"colors": "^1.1.2",
"commander": "^2.9.0",
"rc": "^1.1.6",
"commander": "^2.11.0",
"rc": "^1.2.1",
"read": "^1.0.7"
}
}

0 comments on commit 7889102

Please sign in to comment.