0.0.1 • Published 4 years ago

lemon-markets-job-descriptions v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

console-log-jobs

This is an npm package that prints the current lemon.markets job descriptions to the console. It can be embedded into any JavaScript-based web application.

Installation is very simple via npm:

npm install lemon-markets-job-descriptions

Afterwards, you can easily integrate it into your JavaScript application, e.g. in a React project.

useEffect(()=>{
        async function printJobs(){
            const jobs_log = require('lemon-markets-job-descriptions');
            console.log(jobs_log)
        }
        printJobs()

                },[])

This will then print the job description to the console when the respective page is loaded.

0.0.1

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago