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

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -