Skip to content

Yukigeshiki/cryptgetp-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptgetp-go

Crypt-Get-P - a just for fun CLI tool to fetch cryptocurrency prices written in Go.

How to run:

Clone the repo, cd into it and run:

go build cryptgetp.go

The pricing data is fetched from coinapi.io, so you'll need to get a free API key from here.

Once you have an API key you can run:

./cryptgetp fetch --crypto BTC --in USD --key <your-key-here>

You can also run:

go run cryptgetp.go fetch --crypto BTC --in USD --key <your-key-here>

if you'd prefer not to build the application first.

You get 100 free calls per day with your API key. More information about the API can be found here.

About

Crypt-Get-P - a just for fun CLI tool to fetch cryptocurrency prices written in Go.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages