Skip to content

cristovaoolegario/orders-tracker-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

orders-tracker-cli

CI codecov Go Report Card

Go Reference GitHub release (latest SemVer) GitHub license

A CLI tool written in Go to track your orders.

It supports the following APIs:

  • Correios API

Installing

go install github.com/cristovaoolegario/orders-tracker-cli@latest

Usage

orders-tracker-cli correios YOUR_ORDER_CODE

Example

New TUI

How to track a correios order new UI

Old TUI

How to track a correios order old UI

Contributing

If you want to contribute please fork the repository and make the changes as you'd like and submit a new PR.

@cristovaoolegario