0.0.3 • Published 4 years ago
lemon-markets-job-descriptions-with-emojis v0.0.3
lemon-markets-job-descriptions-with-emojis
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-with-emojis
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-with-emojis');
console.log(jobs_log)
}
printJobs()
},[])
This will then print the job description to the console when the respective page is loaded.