0.0.1 • Published 5 years ago

lemon-markets-job-descriptions v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 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

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago