Fetches all properties from the staging environment and prints their titles.
ruby bin\print_titles.rb
ruby -Ilib:test test\test_properties.rb
| import requests | |
| import json | |
| import sys | |
| """ | |
| Calculates the value of a given amount of Bitcoin in USD | |
| using live data from the CoinCap API. | |
| """ | |
| def main(): |