This repository contains code examples showing basic and advaced usages of eureca.io
Althought a documentation is available.
learning from code remain useful to see things in action, and to illustrate some features in a more comprehensive way.
After cloning the repository, run 'npm install' this will install eureca.io and its main dependency (primus)
Please note that this will not install the dependencies for running all examples, since eureca.io is a aimed to work with many libraries you have to npm install dependencies based on each example needs.
when running an example, if a dependency is missing you'll get an error message telling you which dep is missing.
You are welcome to contribute to this repository with your code examples.
Please try to keep them as simple as possible focusing on a reduced set of features or use case.