Skip to content

kanreki/social-security-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

social-security-tools

Website Source for https://ssa.tools/, formerly https://socialsecurity.tools/

The code here is what's statically served at that site, minus the tools/ directory which contains some python for extracting numbers from the ssa.gov site and deployment.

To run locally, simply place the code in the same directory structure as in this repository and run any static web server. On linux, I use python's SimpleHTTPServer as it is convenient:

$ python -m SimpleHTTPServer 8000 

If you're using Python 3.x, you can instead run:

$ python -m http.server

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.1%
  • HTML 44.0%
  • CSS 6.8%
  • Python 1.1%