PHP API use node.js (Geddy) to interact with it

I am starting out with my first node.js app, and I wanting it to interact with an API I have written, for example, how would I get all the posts from a my data base using my API, i have a get method within my API that can be called using /posts or posts/id.

How would I request the data using node.js and in particular Geddy?