2.0.0 • Published 5 years ago

gigs-adapter-authenticjobs v2.0.0

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

gigs-adapter-authenticjobs

A gigs adapter for Authentic Jobs

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-authenticjobs

Setup

Set up AUTHENTICJOBS_API_KEY environment variable with your Authentic Jobs API key.

Usage

const gigs = require('gigs');

const adapter = require('gigs-adapter-authenticjobs');

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.