Here is your target:
http://dashboards.matchthetarget.com/
The required portion of the project is the foreign exchange rates.
- API endpoint for available symbols: https://api.exchangerate.host/symbols
- API endpoint to convert between two currencies (USD to EUR): https://api.exchangerate.host/convert?from=USD&to=EUR
- Full documentation
- API endpoint for a single state (Illinois): https://covidtracking.com/api/v1/states/ca/current.json
- Full documentation
- Start the web server by running
bin/server. - Navigate to your live application preview.
- As you work, remember to navigate to
/gitand commit often as you work. - Run
rails gradeas often as you like to see how you are doing.