feat: Add calculator documentation and registry, and remove obsolete test and upload scripts.

This commit is contained in:
Ben
2026-02-20 23:42:07 -08:00
parent 17d46746be
commit e679e20912
5 changed files with 62 additions and 62 deletions

10
calculators_list.md Normal file
View File

@@ -0,0 +1,10 @@
# Active Calculators Registry
This document lists all active calculators on `howdoyouconvert.com`.
Whenever a new calculator is published via the REST API, it must be appended here including its matching Javascript element ID.
| Calculator Name | Page Post ID | Kadence JS Element ID | Slug | Conversion Factor |
| :--- | :--- | :--- | :--- | :--- |
| Inches to Feet | 16 | 57 | inches-to-feet | 12 |
| Kilograms to Pounds | 54 | 28 | kilograms-to-pounds | 0.453592 |
| Miles to Kilometers | 102 | 103 | miles-to-kilometers | 0.62137119 |