node.js - Google feed api in a nodejs application? -


i have php application uses google feed api feeds want , display them. wondering how can call google feed api nodejs application ?

use node's http.request() (or shortcut version http.get()) functionality; that's conceptually same thing must doing in php.

you might find installing , using mikeal's request module make things simpler.


Comments