Home

Awesome

relational-node

a relational language implemented in node

travis badge code climate badge david deps badge

when i learned about programming paradigms, my engineering world burst wide open. a paradigmatic approach to programming is key to avoiding dogma and choosing the right tool for the job.

this repository contains code that implements a relational language in node, based on a post by [@tomstuart][2], http://codon.com/hello-declarative-world.

Up and Running

  1. Fork and clone this project
  2. Install dependencies: npm install
    • Babel: compile es6 to es5
    • Mocha and Chai: test framework and expect library, respectively

Tests

This project uses Mocha and Chai for testing. To run the tests:

npm test

Scripts