Skip to content

NodariMosia/nbg-currencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBG Currencies

About

This project is a simple golang TUI (Terminal User Interface) tool that enables user to get GEL (Georgian Lari) conversion rates. The project scrapes National Bank of Georgia's website and parses currency data. Users are able to specify file formats from TUI to generate data in different formats.

Project uses goquery for parsing HTML and bubbletea to build the terminal user interface.

Supported formats are: json-array, json-map, csv.

Setup

make setup

# or

go mod tidy
go mod download

Usage

From Command Line

make run

# or

go run ./cmd

From Binary Executable

make build
make launch

# or

go build -o bin/ ./cmd
./bin/cmd

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published