michromer

Michromer is a library to interact with StockFighter. This is still very much a work in progress.

Build Status

To use it create a level client that can create orders, cancel orders, read the order book. let client = Client::new(&key); let lc = client.start_level("chock_a_block").unwrap();

Now go solve some challenges.