Introduction

EconJobMarket.jl

This is an interface for the EconJobMarket API using the Julia programing language.

Introduction

The Econjobmarket Data API provides the following endpoints,

Currently, only the job opening advertisements is implemented.

Waiting for access to a recruiter account to implemented the recruiter-only access methods.

Getting Started

Install the package either though

]add EconJobMarket # Use ] to access the Pkg REPL

or

using Pkg
Pkg.add("EconJobMarket")

See the next section for the functionality.