mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2026-01-24 12:28:04 -08:00
add hardware section
This commit is contained in:
12
readme.md
12
readme.md
@@ -17,6 +17,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
|
||||
- [Command-line utilities](#command-line-utilities)
|
||||
- [Package managers](#package-managers)
|
||||
- [Build tools](#build-tools)
|
||||
- [Hardware](#hardware)
|
||||
- [Templating](#templating)
|
||||
- [Documentation](#documentation)
|
||||
- [Filesystem](#filesystem)
|
||||
@@ -181,6 +182,13 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
|
||||
- [webpack](https://github.com/webpack/webpack) - Packs CommonJS/AMD modules for the browser.
|
||||
- [Brunch](https://github.com/brunch/brunch) - Front-end web app build tool with simple declarative config, fast incremental compilation, and an opinionated workflow.
|
||||
|
||||
### Hardware
|
||||
|
||||
- [johnny-five](https://github.com/rwaldron/johnny-five) - Firmata based Arduino Framework.
|
||||
- [serialport](https://github.com/voodootikigod/node-serialport) - Access serial ports for reading and writing.
|
||||
- [usb](https://github.com/nonolith/node-usb) - USB library.
|
||||
|
||||
|
||||
### Templating
|
||||
|
||||
- [handlebars.js](https://github.com/wycats/handlebars.js/) - A superset of Mustache templates which adds powerful features like helpers and more advanced blocks.
|
||||
@@ -517,6 +525,10 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
|
||||
|
||||
- [GitHub Linker](https://chrome.google.com/webstore/detail/github-linker/jlmafbaeoofdegohdhinkhilhclaklkp) - Chrome extension that linkifies dependencies in package.json on GitHub.
|
||||
|
||||
### Miscellaneous
|
||||
|
||||
- [nodebots](http://nodebots.io) - Robots powered by JavaScript.
|
||||
|
||||
|
||||
## Contribute
|
||||
|
||||
|
||||
Reference in New Issue
Block a user