This package has been deprecated

Author message:

Package no longer supported.

gigs-adapter-github-jobs

2.0.0 • Public • Published

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.

Dependents (0)

Package Sidebar

Install

npm i gigs-adapter-github-jobs

Weekly Downloads

2

Version

2.0.0

License

MIT

Unpacked Size

6.71 kB

Total Files

13

Last publish

Collaborators

  • alebelcor