Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A quick hack for personal learning, based on angular-express-seed

Notifications You must be signed in to change notification settings

margothi/angular-express-seed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A quick hack for personal learning, based on angular-express-seed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.0%
  • CSS 21.0%