jobtracker-js

command module
v0.0.0-...-9a62473 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2019 License: GPL-2.0 Imports: 5 Imported by: 0

README

jobtracker-js

go report

JobTracker aims to help you find your future dream job. You can use our library to scrap and export jobs from 150+ providers.

Compile
cd jobtracker-js
go get -u github.com/gopherjs/gopherjs
go get -u github.com/skyforce77/jobtracker/providers
gopherjs build -m

If you are using NodeJS, you'll also need xhr2

npm install xhr2
Example
jt = require("./jobtracker-js.js")

providers = jt.getProviders()
for (var i = 0; i < providers.length; i++) {
  var provider = providers[i];
  provider.retrieveJobs(function(job) {
    console.log(job);
  });
}

Or by selecting a provider

jt = require("./jobtracker-js.js")

jt.newWorkday().retrieveJobs(console.log)
Providers and Companies

List available right here

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL