Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

nuveo/Roy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wercker status GoDoc Go Report Card codecov MIT Licensed

Roy

Experimental intelligent agent

This is a work in progress

Queues

Sensors

Actuators

Contributing

  • Fork the repo on GitHub
  • Clone the project to your own machine
  • Create a branch with your modifications git checkout -b fantastic-feature.
  • Then commit your changes git commit -m 'Implementation of new fantastic feature'
  • Make a push to your branch git push origin fantastic-feature.
  • Submit a Pull Request so that we can review your changes