kea-2017 / kea-2017

Phase 0
0 stars 7 forks source link

7.0 Interact with an API (pair) ~ 6 hrs #1595

Closed eda-waffler closed 7 years ago

eda-waffler commented 7 years ago

7.0 Interact with an API (pair) ~ 6 hrs

Here's your first chance to pair program!

With another member of your cohort, complete the Free Code Camp 'Quote Generator' project (but see below on which API to use). Keep it simple, it's well within your capabilities. And don't look at the sample solution until you're done!

In the past we've used APIs like Random Famous Quotes. These tend to make you deal with cross-origin errors (see the CORS survival guide for an explanation if you're curious). To avoid this, we've provided a simple API for you to play with that doesn't have these restrictions. Instructions can be found at EDA Te Reo. You could either write an app that translates words from English to Maori (using https://eda-te-reo.herokuapp.com/api/translate), or display a random Maori proverb (using https://eda-te-reo.herokuapp.com/api/proverbs).

If you can't get adequate communication with a pair, complete the exercise on your own.

With your pair: (if possible)

anthonymartin36 commented 7 years ago

https://anthonymartin36.github.io/api-interaction/