UNPKG

indeed-jobs-api

Version:

node.js library for indeed jobs search api

12 lines (9 loc) 216 B
var IndeedJobsApi = require('./lib/indeed-jobs.js'); var Api = function() { this.getInstance = function(publisherKey) { return new IndeedJobsApi(publisherKey); }; }; module.exports = new Api();