Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.09 KB

readme.md

File metadata and controls

26 lines (17 loc) · 1.09 KB

Cognitive Science Study Planning

cogsci.uos.de/~SPAM

SPAM is a study planning machine for the major Cognitive Science at the University of Osnabrueck.

Run

Requirements: node >= 0.10 & git

$ git clone https://github.com/ahoereth/spam.git
$ npm install
$ grunt start
OR $ grunt start:demo

Note: Remote access to the API (e.g. from you local development install) requires prior manual authentication. Contact me. Alternatively it is also possible to run your own local API server with mock data - contact me as well for now.

Contributions

Contributions are very welcome. For a public more or less up to date to do list check wunderlist. Feel free to open a ticket when you start working on something.

  • The JavaScript code tries to stick to johnpapa's styleguide

  • Indention by 2 spaces (also in HTML).

  • Lines should be shorter than 80 characters.

Where is the server?

Hopefully coming up soon, still working on cleaning up its code.