All Projects → Gregable → social-security-tools

Gregable / social-security-tools

Licence: MIT license
Website Source for https://ssa.tools/

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to social-security-tools

open-social-security
Open-source calculator for determining best Social Security claiming age(s)
Stars: ✭ 37 (-19.57%)
Mutual labels:  retirement, social-security
vogon-java
Vogon - A simple personal finance tracker using Spring Boot and AngularJS
Stars: ✭ 16 (-65.22%)
Mutual labels:  angularjs, finance
ledgeraccounting
Simple web-based accounting and budgeting tool built upon the popular accounting software, hledger
Stars: ✭ 28 (-39.13%)
Mutual labels:  angularjs, finance
Mobile.UP
Mobile.UP
Stars: ✭ 13 (-71.74%)
Mutual labels:  angularjs
ovh-manager-web
OVH Control Panel Web UI — Official Repository
Stars: ✭ 61 (+32.61%)
Mutual labels:  angularjs
encore-ui
UI Framework for Encore
Stars: ✭ 49 (+6.52%)
Mutual labels:  angularjs
stocklist
Stock data collection and analysis
Stars: ✭ 27 (-41.3%)
Mutual labels:  finance
HTML-Crypto-Currency-Chart-Snippets
💹 Simple HTML Snippets to create Tickers / Charts of Cryptocurrencies with the TradingView API 💹
Stars: ✭ 89 (+93.48%)
Mutual labels:  finance
newcomer
前端新人培训
Stars: ✭ 25 (-45.65%)
Mutual labels:  angularjs
finance-courses
Notes and examples about Portfolio Construction and Analysis with Python (Jupyter notebooks)
Stars: ✭ 104 (+126.09%)
Mutual labels:  finance
awesome-interface
AngularJS SPA interface for awesome lists. Awesome lists parsed using python.
Stars: ✭ 25 (-45.65%)
Mutual labels:  angularjs
prickle
A Python toolkit for high-frequency trade research.
Stars: ✭ 32 (-30.43%)
Mutual labels:  finance
angularjs-php-mysql-crud
ANGULARJS PHP MySQL CRUD With Pagination
Stars: ✭ 14 (-69.57%)
Mutual labels:  angularjs
FinanceCenter
Fetching Financial Data (US/China)
Stars: ✭ 26 (-43.48%)
Mutual labels:  finance
angular-footballdata-api-factory
AngularJS Factory for the football-data.org JSON REST API
Stars: ✭ 48 (+4.35%)
Mutual labels:  angularjs
bittrex
A R Client for the Bittrex Crypto-Currency Exchange
Stars: ✭ 26 (-43.48%)
Mutual labels:  finance
bs-table
BsTable is an AngularJS directive that adds tfoot tag with pagination and page size selection to your table and watches changes on your collection in ng-repeat attribute.
Stars: ✭ 42 (-8.7%)
Mutual labels:  angularjs
tdameritradeclient
A very simple api request client accessing TD Ameritrade API built in rust.
Stars: ✭ 33 (-28.26%)
Mutual labels:  finance
orderbook
A fast L2/L3 orderbook data structure, in C, for Python
Stars: ✭ 101 (+119.57%)
Mutual labels:  finance
goodmodule
JavaScript tips (ES6, CSS, Benchmarks, React, Redux, ...)
Stars: ✭ 31 (-32.61%)
Mutual labels:  angularjs

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].