yoshuawuyts / fin

Simple finance visualizations
https://fin.sh
MIT License
16 stars 0 forks source link

finfin

[wip] simple finance visualization. Result should look something like this: dope data viz

Installation

hub clone yoshuawuyts/finfin

Commands

npm start ......... start the server
npm install ....... install dependencies
npm test .......... run test suite
npm run test-cov .. output test coverage

Files

api-* ....... server-side endpoint logic
core-* ...... server-side business logic
mw-* ........ server-side middleware / helper functions
store-* ..... client-side business logic
view-* ...... client-side view
x-* ......... client-side component

Why?

Toy project to experiment with architecture. Experimenting in production is often too costly, so here we are.

See Also

License

MIT