2.0.0 • Published 6 years ago
gigs-adapter-landingjobs v2.0.0
gigs-adapter-landingjobs
A gigs adapter for Landing.jobs
Install
Ensure you have Node.js version 10+ installed. Then run the following:
npm install --save gigs
npm install --save gigs-adapter-landingjobs
Usage
const gigs = require('gigs');
const adapter = require('gigs-adapter-landingjobs');
gigs([adapter])
.process()
.then(gigs => {
console.log(gigs);
//=> [ {title: 'Senior Node.js Developer'}, ... ]
});
Related
- gigs - A jobs/careers/openings/positions aggregator
License
MIT © Alejandro Beltrán
Disclaimer
This was made for illustrative purposes. I do not own the content generated by this tool. All rights belong to their respective owners. No copyright infringement intended.