Skip to content

blockades/btc_rates

 
 

Repository files navigation

Gives us the euro rate based on the weeks average from bitcoinaverage.com

Also grabs employee names, and number of days from a file, and gives you BTC amounts for each person.

Room for improvement: Plenty

see it live on heroku

payroll.yaml looks like this:

day_rate: 200
people: 
  - name: alice
    days_per_week: 1
  - name: bob
    days_per_week: 2
  - name: carol
    days_per_week: 5

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.2%
  • Ruby 27.6%
  • JavaScript 18.2%