Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://crypto-jobs-fyi.github.io/web/
The idea is to collect existing jobs directly from Web3 companies and aggregate them for better visibility
https://crypto-jobs-fyi.github.io/web/
crypto jobs jobsearch web3
Last synced: 3 months ago
JSON representation
The idea is to collect existing jobs directly from Web3 companies and aggregate them for better visibility
- Host: GitHub
- URL: https://crypto-jobs-fyi.github.io/web/
- Owner: crypto-jobs-fyi
- License: apache-2.0
- Created: 2023-04-19T10:15:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-16T13:12:00.000Z (4 months ago)
- Last Synced: 2024-07-16T16:02:04.261Z (4 months ago)
- Topics: crypto, jobs, jobsearch, web3
- Language: HTML
- Homepage: https://crypto-jobs-fyi.github.io/web/
- Size: 18.7 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security.html
Awesome Lists containing this project
- DeFi-Developer-Road-Map - crypto-jobs-fyi.github.io
README
# crypto-jobs-web
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 :)# GitCoin Grants
- [Web3 Open Source Software Round](https://explorer.gitcoin.co/#/round/1/0x12bb5bbbfe596dbc489d209299b8302c3300fa40) -> [Grant](https://explorer.gitcoin.co/#/round/1/0x12bb5bbbfe596dbc489d209299b8302c3300fa40/0x12bb5bbbfe596dbc489d209299b8302c3300fa40-110)# support the project
If you find this project useful please donate ETH/ERC-20 to [0x589a0d87d600a6c6faa34c491c9e779f434bc51d](https://etherscan.io/address/0x589a0d87d600a6c6faa34c491c9e779f434bc51d) on [Arbitrum](https://bridge.arbitrum.io/)/[Optimism](https://www.optimism.io/) or [Polygon](https://wallet.polygon.technology/).# UI staff
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.# Git
To push current changes use
- git commit -am "`date +\%d-\%b`"# roadmap
- 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
- ...