Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.77 KB

readme.md

File metadata and controls

21 lines (13 loc) · 1.77 KB

AnyPIA Social Security Calculator javascript port project

AnyPIA-JS wrapper of the Official C++ AnyPIA

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.

image

Example usage of AnyPIA-JS (middle) alongside the original AnyPIA (right) and the React app (left)

Documentation

Also a sister project of https://github.com/bslabs/anypiamac

Installing and building

  • 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.