NICE NODE MODULES! - Rest Facade

//English

Hi guys, yesterday I was playing a little bit with a module that I saw on Twitter: Rest Facade! Basically this module abstracts the process of consuming REST endpoints!

I don't need to explain you too much about it, because its documentation is pretty much straight forward, please see below the code of the examples that I did:


As you can see, even if you don't read the documentation, you can understand pretty well the code. To see this example working, you can go to my c9, the same code is there, you just need to run it as we normally do on node =D.

NOTE: You can check the same code on my Github

Well guys, if you have doubts, please let me know, I'm going to do my best to answer :)

//Español

Hola! ayer estuve jugando un poco con un nuevo modulo que vi en Twitter: Rest Facade! Basicamente este modulo encapsula el proceso de consumir REST APIs

La verdad es que no necesito explicarles mucho, ya que la documentacion esta muy sencilla, porfas vean el codigo que realize a continuacion:


Como pueden ver, pueden entender el codigo sin necesidad de leer la documentacion, pero aun asi los invito a leerla, ya que en ocasiones por eso cometemos algunos errores. Si quieren ver el codigo anterior funcionando, solo vayan a mi c9, el mismo codigo esta ahi, solo necesitan correrlo como normalmente hacemos en node =D.

NOTA: Igual pueden checar el codigo en mi repositorio de Github

Sin mas por el momento, si tienen dudas o preguntas, porfas haganmelas saber, tratare de contestarlas lo mejor que pueda :)

Comments

Popular posts from this blog

Juego de Gato Usando HTML, JavaScript y CSS

AfterEffects - Quitar el Fondo de un Video Forma 1: KeyLight

Crear un nuevo Libro de Excel con VBA ES