Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henrybarreto/merchant
CLI helper application for Albion Online to obtain better profits with items' arbitration through cities.
https://github.com/henrybarreto/merchant
albiononline cli deno prices tool
Last synced: about 2 months ago
JSON representation
CLI helper application for Albion Online to obtain better profits with items' arbitration through cities.
- Host: GitHub
- URL: https://github.com/henrybarreto/merchant
- Owner: henrybarreto
- License: mit
- Created: 2020-12-05T19:06:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T16:08:07.000Z (about 3 years ago)
- Last Synced: 2023-03-10T10:06:25.691Z (almost 2 years ago)
- Topics: albiononline, cli, deno, prices, tool
- Language: TypeScript
- Homepage:
- Size: 86.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Merchant
![badge](https://github.com/henrybarreto/Merchant/actions/workflows/deno.yml/badge.svg)
![Merchant logo](https://i.imgur.com/QGsGqfh.png)
## Albion Online trader helper
This a simple tool to compare item's price and help Albion's trader to be more
profitable.It uses the public API from
[Albion Online Data](https://www.albion-online-data.com/) to get the prices and
try to compare them.## About the code
- I make it with the possibilities of unit and integration tests, but i doesn't
implement that yet, but as soon as i can, i will do that.
- I will check and validate the qualities and cities as soon as possible in the
cli## How to use
A binary called "merchant" is available from the root of project
```bash
Merchant
v1.0.0Description:
Albion Online trader helperOptions:
-h --help Help Screen
-V --version VersionCommands:
product Show information about a product
```### Example
Basic usage
```bash
./merchant product -n T4_BAG -q 3,4 -c martlock,bridgewatch
```Organize the output by price
```bash
./merchant product -n T4_BAG,T5_BAG,T6_BAG -q 3,4,5 -c martlock,bridgewatch --order price
```