javascript using an api with knockout

Post on 22-Feb-2016

45 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

JavaScript using an API with Knockout . By: Caleb Briggs. Problem. Finding a city or zip code in the US and knowing its name, zip code, latitude/longitude and county its in. Solution. Using a free API from gomashup.com with an html page and javascript to accomplish this. Knockout Basics. - PowerPoint PPT Presentation

TRANSCRIPT

By: Caleb Briggs

JavaScript using an API with Knockout

Finding a city or zip code in the US and knowing its name, zip code, latitude/longitude and county its in

Problem

Using a free API from gomashup.com with an html page and javascript to accomplish this.

Solution

Data BindingsOption BindingChecked BindingVisible BindingFor Each Binding

SubscriptionsSubscribing to a value can ensure that when a

value on the page changes we can update other values that depend on the value that you are subscribed to

Knockout Basics

Navigate to http://jsfiddle.net/tLBWY/15/

Code Teaser

Pull down my git repo with an example of this here

Now to the real codes

Questions

top related