1.0.3 • Published 7 years ago

google-url-shortener v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Google URL shortener

An unofficial wrapper around Google URL Shortener API

Usage

  1. Install using npm install -g google-url-shortener.
  2. Get a key at https://console.developers.google.com/apis/credentials.
  3. Set the key using url-shortener -k <key-here>.
  4. Shorten URL with url-shortener <url-here>.

Roadmap

  • Create a proxy server for usage without own API key.