Find herein a number of examples of how to use the Splitwise API from Node.
Corresponding blog post: https://keri.warr.ca/2017/10/30/using-the-splitwise-api-from-node/
0x31BfAec6547956eD1d7234cB628F347067C84bcA |
Find herein a number of examples of how to use the Splitwise API from Node.
Corresponding blog post: https://keri.warr.ca/2017/10/30/using-the-splitwise-api-from-node/
import * as R from "ramda"; | |
import apply from "ramda/es/apply"; | |
const INITIAL_INVENTORY = 270; | |
const BASE_CUSTOMER_DEMAND = 0.2; | |
const BASE_DESIRED_INVENTORY_FACTOR = 10; | |
type State = { | |
sales: number; | |
deliveries: number; |
Welcome to your computer terminal connected to the network of Morgan-Wei Interplanetary Logistics Group. Please see your submissions for training below. To resume training, visit https://keri.warr.ca/rockets/
alimaimiamita |