Nomad is a V1 aggregator API for locations, supporting Geocoding, weather, and radio list queries.
Use Git to clone the repository with the following commands
git clone https://github.com/rvams/nomad.gitMacOS/ Linux
python3 -m venv .venv
source .venv/bin/activateWindows
python -m venv .venv
.venv\Scripts\activateMake sure you are inside the folder and do this after creating a venv
#Install the dependencies
pip install -r requirements.txt
#Run the development server
fastapi dev main.pyPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.