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/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alimaimiamita |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
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/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x31BfAec6547956eD1d7234cB628F347067C84bcA |