The idea is to build a dashboard with crypto jobs plus some index number to track industry health. Plus you can search for a job as well :)
If you find this project useful please donate ETH/ERC-20 to 0x589a0d87d600a6c6faa34c491c9e779f434bc51d on Arbitrum/Optimism or Polygon.
Let's try GitHub pages here: https://crypto-jobs-fyi.github.io/web/
Locally just run python3 -m http.server 8000
and open localhost:8000
in your browser.
To push current changes use
- git commit -am "
date +\%d-\%b
"
- automate scraping positions from most popular HR platforms
- enable simple way of displaying these positions in browser
- enable storage of data as it needed for index calculations
- build better UI with simple search feature
- ...