This repository takes the most updated Social Security Detailed Calculator Windows-based tool, and wraps it with a JSON API, and repackages it using WebAssembly (WASM) so that it can be used as part of a website. No data is sent away from the user's browser.
The affiliated React app was created to help retirees affected by the Social Security Windfall Elimination Provision (WEP) understand their benefits with a walkthrough. This Detailed Calculator's results for a retiree are shown as one of two options available in the app.
Example usage of AnyPIA-JS (middle) alongside the original AnyPIA (right) and the React app (left)
- Deeper non-technical introduction to this effort.
- See technical details of both AnyPIA-JS and PiaFormat.ts for use of the (originally Windows-based) Social Security Detailed Calculator from within your javascript app.
Also a sister project of https://github.com/bslabs/anypiamac
- On Windows, Install Choco first, then use
.\installbuild-windows.bat
- Otherwise, run the matching
installbuild-*
script or batch file for your platform and output type: like:./installbuild-emscripten-anypiab-mac.sh
.