Go to file
Andrew Stewart 029ae0c387 Replace additional occurances of deadprogram/cylon 2013-10-18 23:06:20 -07:00
src Adding a test robot method 2013-10-18 22:32:23 -07:00
test Adding a test robot method 2013-10-18 22:32:23 -07:00
.gitignore Initial commit 2013-10-17 23:55:48 -07:00
.jshintrc Initial commit 2013-10-17 23:55:48 -07:00
.travis.yml Initial commit 2013-10-17 23:55:48 -07:00
Gruntfile.js Canonical missing semicolon 2013-10-18 00:06:10 -07:00
LICENSE Adding a test robot method 2013-10-18 22:32:23 -07:00
README.md Correct Travis build img in README.md 2013-10-18 22:59:58 -07:00
package.json Replace additional occurances of deadprogram/cylon 2013-10-18 23:06:20 -07:00

README.md

cylon Build Status

A JavaScript robotics framework using node.js and nactor

Getting Started

Install the module with: npm install cylon

var cylon = require('cylon');
cylon.robot(); // "awesome"
cylon = require 'cylon'
cylon.robot() // "awesome"

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

License

Copyright (c) 2013 The Hybrid Group. Licensed under the Apache 2.0 license.