google-url-shortener
v1.0.3
Published
Google URL shortener command-line utility
Downloads
5
Readme
Google URL shortener
An unofficial wrapper around Google URL Shortener API
Usage
- Install using
npm install -g google-url-shortener
. - Get a key at https://console.developers.google.com/apis/credentials.
- Set the key using
url-shortener -k <key-here>
. - Shorten URL with
url-shortener <url-here>
.
Roadmap
- [ ] Create a proxy server for usage without own API key.