January 2018
Beginner
658 pages
13h 10m
English
We'll start with figure out where the formatted address is. For this, we'll go to the browser and use JSONView. At the bottom of the browser page, you can see that little blue bar shows up when we highlight over items, and it changes as we switch items. For formatted address, for example, we access the results property, results is an array. In the case of most addresses, you'll only get one result:

We'll use the first result every time, so we have the index of 0, then it's the .formatted_address property. This bottom line is exactly what we need to type inside of our Node code.
Inside Atom, in our code, we'll ...
Read now
Unlock full access