mintuz / BB8-Commander

A Node CLI Tool for the Sphero BB8 Robot every loves.
MIT License
71 stars 17 forks source link

Dance command and Hubot scripts #21

Closed saraford closed 8 years ago

saraford commented 8 years ago

Hi @mintuz !

Here are my Hubot scripts for BB-8. Since my code requires your Express server code, your repo feels like the right place for these Hubot scripts. I'm hoping we'll see more commands written for BB-8 (and more scripts for Hubot to interact with BB-8). I think there are a lot of possibilities.

I created a hubot-readme.md file that contains the same content as my blog post. I'm happy to change the readme.md to point to this hubot-readme.md file instead of my medium post.

I added the dance command to the index.js, so it all will work end-to-end the Hubot coffeescript walkthrough example. I think I've fixed BB-8 from literally losing his head.

And no worries if you'd prefer I keep these hubot scripts as a separate fork! Just let me know! :smile:

saraford commented 8 years ago

Hi @mintuz!

Here are the updates in this PR:

  1. I've added a bb8.js hubot script, thanks to http://js2.coffee/
  2. I've removed the bb8.coffee file from this PR.
  3. I've updated the hubot-readme.md to demo both the javascript (as preferred) and the coffeescript (for those who have to use coffeescript).

Looking forward to your feedback! 😄

mintuz commented 8 years ago

Apart from the README this is good to go 👍

saraford commented 8 years ago

Hi @mintuz!

Your feedback makes sense. I've replaced the long readme with a short and to the point example.

Thanks! -sara

mintuz commented 8 years ago

Merging.