A no-auth Crossref integration app for Omi chat tools.
search_crossref_works: search scholarly works by queryget_crossref_work: fetch work details by DOIget_crossref_works_by_author: list recent works by author name
pip install -r requirements.txt
uvicorn main:app --reload --host 0.0.0.0 --port 8080Deploy this folder on Railway/Heroku-style hosts using the included Procfile/railway.toml.