Skip to content

obar1/onepage_job_lister

Repository files navigation

pyproject-template

Makefile CI Open in GitHub Codespaces

(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

alt text just open this repo in your GitHub Codespace and run the demo as:

usage

bash demo.sh

tune contents of

def get_engines() -> dict:

debug

vs code use here

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Python:Streamlit",
            "type": "debugpy",
            "request": "launch", 
            "module": "streamlit",
            "args": ["run", "${file}"]
        }
    ]
}

and use it as alt text

with braskpoints where needed :) alt text

About

a very basic job lister in 1 page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published