Crates.io | atletiek_nu_api |
lib.rs | atletiek_nu_api |
version | |
source | src |
created_at | 2023-10-08 18:58:16.769067 |
updated_at | 2024-12-20 19:24:01.68619 |
description | A scraping library for the atletiek.nu website |
homepage | https://github.com/zeskeertwee/atletiek-nu-api |
repository | https://github.com/zeskeertwee/atletiek-nu-api |
max_upload_size | |
id | 997378 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A work-in-progress attempt at scraping the atletiek.nu website for data. Kinda works but far from complete.
What it can do as of now:
An api is hosted at https://atnapi.juandomingo.net
using cloudflare workers.
Documentation
I have stopped updating the rocket API in favor of an API on cloudflare workers.
However, it should be fairly trivial to update the rocket API to support all endpoints. Feel free to open a PR to update it.
There is also a HTTP api availible for download from the releases on github.com
Or, alternatively, you can compile the HTTP api from scratch after cloning the repository like so: cargo build --release --bin api