1.0.0 • Published 8 years ago

hubot-google-sheetsu v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

hubot-google-sheetsu

A hubot script that allows you to connect to and consume a Google Spreadsheet.

See src/google-sheetsu.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-google-sheetsu --save

Then add hubot-google-sheetsu to your external-scripts.json:

[
  "hubot-google-sheetsu"
]

Sample Interaction

user1>> hubot sheetsu cell B 5
hubot>> "Alan Turing"

License

Copyright (c) 2016 Himank Yadav. Released under the MIT License. See LICENSE.md for details.