File: twitter-streaming/node_modules/ntwitter/node_modules/oauth/examples/express-gdata/views/google_contacts.ejs

Recommend this page to a friend!
  Classes of Igor Escobar   Terminal Crossword   twitter-streaming/node_modules/ntwitter/node_modules/oauth/examples/express-gdata/views/google_contacts.ejs   Download  
File: twitter-streaming/node_modules/ntwitter/node_modules/oauth/examples/express-gdata/views/google_contacts.ejs
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Terminal Crossword
Generate a crosswords board on a text console
Author: By
Last change:
Date: 2 years ago
Size: 464 bytes
 

Contents

Class file image Download
<p><a href="/google_calendars">Check google_calendars</a></p> <h1>Google Contacts</h1> <% for(var i = 0 ; i < feed.feed.entry.length ; i++ ) { var contact = feed.feed.entry[i]; %> <div> <!-- you can access much more ! Just a sample: --> <%= contact["title"]["$t"] %> <% emails = contact["gd$email"] %> <ul> <% for(var j = 0 ; j < emails.length ; j++) { %> <li><%= emails[j]["address" ]%></li> <% } %> </ul> </div> <% } %>