A bite-sized app for fetching NASA's photo of the day and mentoring.
- API Key from api.nasa.gov/api.html#apod
- New Rails app
- Decide how to make an HTTP request (std lib, Faraday, Rest Client, etc.)
- Get photo of the day payload
- Display media
- Use curl to get JSON fixture payloads
- Write test(s)
- Date picker to pick other days
- Cache/persist daily photos as they are retrieved
- HTTP exploration: try using other libraries