dibrinsofor / CTS-checker

a simple cli tool that returns current price of tokens and stablecoins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

product name - cts price checker

what is this?

a simple cli tool to get prices if cyptocurrencies and tokens against fiat currency

why am i making it?

to get familiar with the language syntax. this is my first project since starting the Tour of Go

gif of working prototype

gif of working prototype

want to use it?

you'll need to get an API key from nomics.com

or any crypto price API tbh and just modify the CurrencyResponsestruct in model/pcmodel.go to unmarshall the json data it recieves properly.

go run server.go

or

generate an executable and run that

how it works

makes a request to the nomics API, and prints the related price metrics on the CLI

technologies

  • Go
  • ❤️

what's coming next

nothing at all. good first project. i learnt to make requests with net/http, got to use the Go bootleg Classes and Object alternatives, and played around with pointers. nothing more with this but on to better things

want to help make this better?

text a crypto bro, tell them they're ngmi

About

a simple cli tool that returns current price of tokens and stablecoins.


Languages

Language:Go 100.0%