354bc35754 | ||
---|---|---|
src | ||
test | ||
.gitignore | ||
.jshintrc | ||
.travis.yml | ||
Gruntfile.js | ||
LICENSE | ||
README.md | ||
package.json |
README.md
cylon
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.