This package has been deprecated

Author message:

Package no longer supported.

gigs-adapter-crunchboard

2.0.0 • Public • Published

gigs-adapter-crunchboard

A gigs adapter for CrunchBoard

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

Usage

const gigs = require('gigs');
 
const adapter = require('gigs-adapter-crunchboard');
 
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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i gigs-adapter-crunchboard

Weekly Downloads

2

Version

2.0.0

License

MIT

Unpacked Size

6.75 kB

Total Files

14

Last publish

Collaborators

  • alebelcor