jasperfurniss / homework

0 stars 0 forks source link

2015-01-26 #11

Closed jacobthemyth closed 9 years ago

jacobthemyth commented 9 years ago

Etsy Dynamic Ajax

Description

Dynamically fetch data from the Etsy API

Objectives

Learning Objectives

After completing this assignment, you should...

After completing this assignment, you be able to

Implement a search box so that, when the user searches for a term or phrase, the page is updated (without refreshing) with the new results.

Hard Mode

Use ajax to fetch new data when the sorting dropdown is used.

Note: You can tell the API to sort the data using the sort_on parameter in the URL. You can see the different values allowed at https://www.etsy.com/developers/documentation/reference/listing#method_findalllistingactive

jasperfurniss commented 9 years ago

git@github.com:jasperfurniss/EtsyAjax.git