Simple Sinatra app that displays the price of bitcoin using the Coin Market Cap API.
Install dependencies using bundler
bundle
Run the server
thin start
Navigate to localhost:3000/
To run the tests
rake test
- Adil Ali
This project is licensed under the MIT License - see the LICENSE.md file for details