krilnon / nodesk

node code for using the oDesk api (nodesk = node + odesk)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodesk

for posting/managing fixed-price jobs on oDesk

to run:

> mongod &
> npm install
> node web.js
in browser: open http://localhost:5000

to run in test mode:

> mongod &
> node web.js test
in browser: open http://localhost:5000
click 'set team' and click 'set'

About

node code for using the oDesk api (nodesk = node + odesk)


Languages

Language:JavaScript 100.0%