Skip to content

dimoreira/googl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages