A quick hack "choose your adventure" application for personal learning about Angular.js and Node.js
Some features I was going to add but spent too much time on Stupid Problems:
- reader-annotated content rating -- content filtering based on rating
- direct URLs to load a specific point in story
- storage using DB or directory tree structure
- guarding against invalid or malicious writes
- editing existing chapters
- cutesy animations
- highlighting non-visited paths
Requires at least Node.js and NPM to be present.
Before first launch: npm install Launch: node app.js
WARNING: No security checks, writes to file system. You really do not like to expose this to the Internetses.
Builds on https://github.com/btford/angular-express-seed
License: 99% derivative of the above, all that is mine is public domain.
Marko Saaresto, 2014