(very) simple job website lister (in one page) I know very little about web -
feel free to add more to this repo
https://onepagejoblister-obar1.streamlit.app/
or locally
just open this repo in your GitHub Codespace and run the demo as:
bash demo.sh
tune contents of
def get_engines() -> dict:
vs code use here
{
"version": "0.2.0",
"configurations": [
{
"name": "Python:Streamlit",
"type": "debugpy",
"request": "launch",
"module": "streamlit",
"args": ["run", "${file}"]
}
]
}