future-jobs
v0.1.10
Published
Jobs will supposedly be scarce in the future but this script creates them on the fly
Downloads
3
Readme
Future Jobs
Jobs will supposedly be scarce in the future but this script creates them on the fly:
🚀 rocketship magnate
🌈 rainbow mechanic
🌀 virtual reality astronaut
💗 expansion operator
🏄 paradigm surfer
🌕 lunar module polisher
🏦 unique bankrupcy enthusiast
🌇 inner city pathfinder
🚜 space farmer
👱 consensus salesman
💫 technical debt visionary
📞 customer support cowboy
🌋 volcano destroyer
📡 visionary long-range radar superhero
🌂 honorary weather selector
🌏 flat earth cardinal
🎷 high tech saxophone maverick
👸 decentralization princess
🏡 saturday night gardener
🔮 hardcore contrarian prophet
💉 full stack junkie
👷 adrenaline janitor
💠 data engine dualist
👾 spacetime invader
🍄 chief mushroom professional
Dev usage
npm install --save future-jobs
import futureJob from 'future-jobs';
console.log(futureJob());
// unique one direction researcher
or you can pass a seed
to generate a pseudo-random future job:
futureJob("some_seed");
Testing in command line
Get source code:
git clone [email protected]:uniqpath/future-jobs.git
cd future-jobs
Run:
node jobs.js
to get 10 future jobs.