项目作者: nguyenvanduocit

项目描述 :
Shorten your link using Firebase Dynamic Link service
高级语言: Go
项目地址: git://github.com/nguyenvanduocit/firelink.git
创建时间: 2019-07-08T07:09:55Z
项目社区:https://github.com/nguyenvanduocit/firelink

开源协议:Apache License 2.0

下载


Firelink

Shorten your link using Firebase Dynamic Link service.

Installation

Use go get.

  1. go get github.com/nguyenvanduocit/firelink

Usage

  1. firelink --link=very_long_long_link

Arguments

Name Short name Default Description
—config -c $HOME/.firelink.yaml Link to your configuration file
—key -k Your Firebase web API key
—prefix -p Your Dynamic Link prefix
—link -l Very long long link
—title -t Custom social title
—description -d Custom social description
—imageLink -i Custom social image link

If --link is not provided, the program will try to get from clipboard.

Configuration

Put all your configurations in $HOME/.firelink.yaml:

  1. webApiKey: RazaSydAizT1EUAcLH2R9BZ_Ah_AMeUtfbdssZq
  2. domainUriPrefix: https://xn--gh-fja.vn

if domainUriPrefix is unicode, please use it in idna format.

Contributingz

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT