2.0.0 • Published 6 years ago

gigs-adapter-github-jobs v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

gigs-adapter-github-jobs

A gigs adapter for GitHub's job board

npm version Build Status Test coverage

Install

Ensure you have Node.js version 10+ installed. Then run the following:

npm install --save gigs
npm install --save gigs-adapter-github-jobs

Usage

const gigs = require('gigs');

const adapter = require('gigs-adapter-github-jobs');

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.