My personal website: https://baseddata.io
Go to file
Sam 84bc4fe599 Add mangrove country timeseries functionality
- Add `mangrove_country_timeseries` function in `pipelines.py` to fetch timeseries data.
- Implement `mangrove_country_timeseries` endpoint in `route.py` to handle requests.
- Define `mangrove_country_timeseries_schema` in `schemas.py` for data serialization
2024-11-15 14:35:42 +00:00
archetypes changed archtype for default to use yaml format 2024-08-03 12:55:02 +01:00
backend Add mangrove country timeseries functionality 2024-11-15 14:35:42 +00:00
content Add mangrove country timeseries functionality 2024-11-15 14:35:42 +00:00
layouts Add mangrove country timeseries functionality 2024-11-15 14:35:42 +00:00
static Add mangrove country timeseries functionality 2024-11-15 14:35:42 +00:00
.gitignore update pyproject 2024-11-07 21:41:31 +00:00
LICENSE.md chance lisence 2024-08-22 10:45:55 +01:00
README.md convert all images to webp 2024-08-01 14:06:16 +01:00
hugo.toml New mongodb backend 2024-09-20 17:49:31 +01:00
pyproject.toml update pyproject 2024-11-07 21:41:31 +00:00
shell.nix update shell.nix 2024-11-07 21:39:26 +00:00

README.md

My personal website (https://bitlab21.com)

This site is made using Hugo, a static website generator. The backend (which powers the api for getting data for the charts) is build in python and served using gunicorn.