Search API Task
by STHayden
HTML
<h1>
Search API
</h1>
<p>
Use this api endpint to create a search interface for photos:
</p>
<p>
<code>http://api.bigstockphoto.com/2/883610/search/?q=dog&page=1&callback=someCallback</code>
</p>
<p>
it should:
<ul>
<li>Search for a given word</li>
<li>Have some kind of pagination / infinite scroll</li>
<li>link to the product page</li>
<li>Look decent</li>
<li>Notify the user of errors</li>
</ul>
Use what ever libraries you deem useful.
</p>