possan / webapi-player-example

An attempt at recreating the spotify player using only the Web API's
http://lab.possan.se/thirtify/
294 stars 100 forks source link

Add search delay for improve network performance #23

Open zzarcon opened 9 years ago

zzarcon commented 9 years ago

Now, instead of making a request each time the user type something in the search input, the UI will show feedback immediately and make the request 1min after. :)