Skip to content

alizarion/pole-emploi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pole-emploi

Pôle Emploi API

An unofficial client for Pole Emploi API written in Typescript

pole-emploi gzip size brotli size

✨ Features:

  • Tiny size
  • Works in Node.js and in Browser
  • Built-in Typescript support

🔧 Installation

npm i pole-emploi

🌐 Usage

Import pole-emploi module in your project and initialize it with your apiKey and apiSecret.

import PoleEmploi from "pole-emploi";

const PoleEmploiClient = new PoleEmploi({
    apiKey: "your api key",
    apiSecret: "your api secret"
})

PoleEmploiClient.search({theme: 6, 
                         natureContrat: "E2",
                         motsCles: "naval",
                        }).then((data) => {
    console.log(data)
})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published