Skip to content

Interacting with the Work Market API using node.js

Notifications You must be signed in to change notification settings

SteveNewhouse/api-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

api-node

Interacting with the Work Market API using node.js

This simple service polls the assignments/list_updated endpoint for modified assignments. If any are found, it fetches and prints the full details of that assignment.

Instructions

Install dependencies with npm.

cd path/to/api-node
npm install

Update server.js with your api.dev.workmarket.com (sandbox) API token & secret. Then, start the service:

node server.js

Enjoy!

About

Interacting with the Work Market API using node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%