Live demo: https://kanestapler.github.io/432-Data-Mapping/index.html
Running locally: (Required due to broweser security settings)
git clone git@github.com:kanestapler/432-Data-Mapping.git
cd 432-Data-Mapping
python -m SimpleHTTPServer
- Open browser to http://localhost:8000/index.html
Data input:
- Balance - The higher the balance the faster the earth spins
- Account Type - If a checking account then the sun will spin
- Most Recent Transaction - The older a transaction is the faster the moon will orbit
Libraries used:
- THREE.js
- Jquery