Node.js API wrapper and example

Avatar image for gamewiser
gamewiser

4

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#1  Edited By gamewiser
Avatar image for bravetoaster
BraveToaster

12636

Forum Posts

250

Wiki Points

0

Followers

Reviews: 0

User Lists: 1

#2  Edited By BraveToaster

It helps if you explain what it is. Not all of us know what you're talking about.

Avatar image for gamewiser
gamewiser

4

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#3  Edited By gamewiser

I'm kinda bad at explaining but, this is sort of a library for those who use Node.js (the platform).

The aim is to make it easier to explore the API trough this platform because there are a few convenience methods that makes easier to get requests done.

Avatar image for mcpaper
McPaper

288

Forum Posts

5821

Wiki Points

0

Followers

Reviews: 1

User Lists: 2

#4  Edited By McPaper

Wow that's cool. When I get some free time this is something I'd like to play around with.

(I love node.js)

Avatar image for darg
Darg

34

Forum Posts

1

Wiki Points

0

Followers

Reviews: 0

User Lists: 1

#5  Edited By Darg

Cool, good job.

I think all of the API parameters should be able to be modified, though. You should also make sure to follow the Node convention of always having a callback be the last parameter of an async function.