1.0.9 • Published 1 year ago

finn-jobb v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

FINN-JOBB

Get all developer jobs from finn.no / kode24.no, made with :heart:

Quick start


First, run npm install finn-jobb

The function fetches job data from the Finn.no API, with a delay of 1 to 10 seconds between each page request to avoid overloading the API. The fetched job data is stored in an array, which is then filtered by the specified location and returned as a promise.

Options

getJobs({
      getFinnJobs: false,
      getKode24Jobs: true,
    });

Example

const { getJobs } = require("finn-jobb");

async function myAwesomeFunc() {
    const jobs = await getJobs({
      getFinnJobs: false,
      getKode24Jobs: true,
    });
  
    console.log(jobs)
  }
  
  myAwesomeFunc();

// ...

Discord

GitHub user MartheHilde has created a discord bot using finn-jobb, check it out here: finn-jobb-discordbot :beers:

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.5

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago