0.3.1 • Published 5 years ago

careerjet v0.3.1

Weekly downloads
3
License
-
Repository
github
Last release
5 years ago

CareerJet API

A small library to query Careerjet Jobboard, built and maintained by Ludo Bonnet

Installation

  npm install careerjet

Usage

var careerjet = require('careerjet');

const careerjetAPI = new careerjet('en_GB', 'youraffidkey');

careerjetAPI
    .location('London')
    .keywords('developer')
    .query(
        function (results) {
            // do something with the success results
            console.log(results);
        },
        function (error) {
            // do something with the error results
            console.error(error);
      });

Tests

  npm test

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Made with by Ludo Bonnet

0.3.1

5 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.3

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago