albimcleod / googl

Golang client for Google Url Shortener service

Home Page:http://dimoreira.github.io/googl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

googl


A library (and CLI) for Google Url Shortener service.

Installation

To install the library:

go get github.com/dimoreira/googl

To install the library with the CLI:

go get github.com/dimoreira/googl/cli/googl

Usage

// Shorten an url
googl shorten -k <your-api-key> <url-to-be-shortened>

// Expand an url
googl expand -k <your-api-key> <url-to-be-expanded>

About

Golang client for Google Url Shortener service

http://dimoreira.github.io/googl

License:MIT License


Languages

Language:Go 100.0%