Skip to content

workmarket/api-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-node

Interacting with the Work Market API using node.js and MongoDB.

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, and stores the assignment into MongoDB.

Instructions

Install dependencies with npm.
cd path/to/api-node
npm install
MongoDB

Install & start MongoDB. Call your database 'api-node' and leave the default port (27017).

Configuration

Update server.js with your api.dev.workmarket.com 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