tiy-hou-q2-2015-rails / day-36

Consuming APIs
0 stars 0 forks source link

Day 36 - Consuming APIs

Gems

Apps

Today

  1. Deck of Cards
  2. Twilio (SMS) API
  3. Forecast API
  4. Etsy
  5. We Eatt

Assignment

Create a Rails app that shows the 10 most recent Etsy listings. It should:

  1. Keep the etsy API key in a .env file
  2. List the products on the root page
  3. Show Name, Price, Image, and link to the Etsy page