Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.01 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.01 KB

Vanir

codecov build made-with-Go GitHub go.mod Go version of a Go module

Simple HTTP REST API that helps you track cryptocurrency assets price, manage a list of favorite assets, and convert (only see the price) from/to many assets.

Get started

Make sure you are using at least go 1.18. Install dependencies.

➜ make dependencies

Build

You can build a binary executable of the application.

➜ make build

Run

Or just run it.

➜ make run

License

Project licensed under GNU GPLv3.0 license. See the license file for details.