Crates.io | septoria |
lib.rs | septoria |
version | 0.1.0 |
source | src |
created_at | 2022-09-04 19:40:39.558418 |
updated_at | 2022-09-04 19:40:39.558418 |
description | An API to interact with lemon.markets |
homepage | https://github.com/uzaaft/Septoria |
repository | https://github.com/uzaaft/Septoria |
max_upload_size | |
id | 658422 |
size | 81,936 |
A create for interacting with the lemon.markets API.
The project won't compile without sufficient documentation.
This Repository follows the conventional commit convention for commits.
Make sure that you follows there conventions when you make a commit. Every PR that does not follow the conventional commit convention, and which does not compile doe to missing docs will be denied.
First, clone the project:
git clone https://github.com/Uzaaft/Septoria
Go to the project directory
cd septoria
And set up pre-commits if you'd like. Follow the official pre-commit docs for a guide.
To run the test, make sure you have a
.env
file with the following variables defined:
LEMON_MARKET_TRADING_API_KEY=<MARKET_API_KEY_HERE>
I recommend that you use nextest to run the tests.