hubot-datasheets
v0.0.3
Published
A hubot script that fetches electronic component datasheet information from Octopart
Downloads
3
Maintainers
Readme
hubot-datasheets
A hubot script that links datasheets for electronic components from Octopart.
See src/datasheets.js for full documentation.
Installation
In hubot project repo, run:
npm install hubot-datasheets --save
Then add hubot-datasheets to your external-scripts.json:
[
"hubot-datasheets"
]You will also need to obtain an API key from Octopart. As soon as your registration is complete, store that in an enviromnment variable in your hubot script:
export HUBOT_OCTOPART_API_KEY=myapikeySample Interaction
user1>> hubot datasheet LD1117
hubot>> Datasheet for **LD1117S25TR** (0.13€): http://datasheet.octopart.com/LD1117S25TR-STMicroelectronics-datasheet-38944308.pdfNPM Module
https://www.npmjs.com/package/hubot-datasheets
To-Do List
- [ ] Handle thrown errors
- [x] Functional testing
- [ ] Better behaviour for parts where the default sorting is not correct (e.g. TI CC1120)
