https://github.com/trypsynth/nvda_zip
Actix-web application providing a simple API to download the NVDA screen reader.
https://github.com/trypsynth/nvda_zip
accessibility actix-web nvda rust
Last synced: about 1 year ago
JSON representation
Actix-web application providing a simple API to download the NVDA screen reader.
- Host: GitHub
- URL: https://github.com/trypsynth/nvda_zip
- Owner: trypsynth
- License: mit
- Created: 2023-09-21T00:37:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T08:47:17.000Z (about 1 year ago)
- Last Synced: 2025-05-03T06:18:34.316Z (about 1 year ago)
- Topics: accessibility, actix-web, nvda, rust
- Language: Rust
- Homepage: https://nvda.zip
- Size: 89.8 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# nvda_zip
This is a simple Actix-web application that runs at `https://nvda.zip`, providing an API to download the latest version of the NVDA screen reader.
## Endpoints:
* `/`: Download the latest stable NVDA version.
* `/stable.json`: Get a JSON response containing NVDA's current stable version number.
* `/xp`: Download the last NVDA version to run on Windows XP.
* `/xp.json`: Get a JSON response containing the last version of NVDA that ran on Windows XP.
* `/win7`: Download the last NVDA version to run on Windows 7 Service Pack 1 and Windows 8.0.
* `/win7.json`: Get a JSON response containing the last version of NVDA that ran on Windows 7 Service Pack 1 and Windows 8.0.
* `/alpha`: Download the latest NVDA snapshot (alpha) version.
* `/alpha.json`: Get a JSON response containing the latest alpha version number.
* `/beta`: Download the latest NVDA beta version.
* `/beta.json`: Get a JSON response containing the current NVDA beta version number.