Created
March 16, 2021 22:39
-
-
Save tcodes0/b08045758fc70412703e9b46d23c2e21 to your computer and use it in GitHub Desktop.
Rates
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
node -e 'var rates = new Array(130).fill(0).map((x, i) => (i+4) * 5000).map( year => ({ year, hour: (year/1920.1755589082431).toFixed(0), month: (year/12).toFixed(0) })); console.log(rates)'' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment