A gigs adapter for CodePen's job board
Ensure you have Node.js version 10+ installed. Then run the following:
npm install --save gigs
npm install --save gigs-adapter-codepen-jobs
const gigs = require('gigs');
const adapter = require('gigs-adapter-codepen-jobs');
gigs([adapter])
.process()
.then(gigs => {
console.log(gigs);
//=> [ {title: 'Senior Node.js Developer'}, ... ]
});
- gigs - A jobs/careers/openings/positions aggregator
MIT © Alejandro Beltrán
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.