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

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -