Skip to content
/ nodesk Public
forked from dglittle/nodesk

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

Notifications You must be signed in to change notification settings

jodonya/nodesk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodesk

nodesk = node + odesk

for humanscripting on odesk

to run locally:

mongod &
node web.js

to run on heroku

heroku create
heroku addons:add mongohq:sandbox
heroku config:set HOST=http://CHANGE_ME.herokuapp.com
heroku config:set NODE_ENV=production
heroku config:set ODESK_API_KEY=CHANGE_ME
heroku config:set ODESK_API_KEY=CHANGE_ME
git push heroku master

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published