Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hxlnt/cloudclicker
Hardware button clicks tracked for posterity.
https://github.com/hxlnt/cloudclicker
Last synced: 26 days ago
JSON representation
Hardware button clicks tracked for posterity.
- Host: GitHub
- URL: https://github.com/hxlnt/cloudclicker
- Owner: hxlnt
- Created: 2016-10-31T10:40:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-03T01:43:32.000Z (about 8 years ago)
- Last Synced: 2024-10-28T05:01:02.494Z (2 months ago)
- Language: HTML
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cloudclicker
Hardware button clicks tracked for posterity.# How it does things
1. Hook up two or more clicky colorful buttons to a Particle Photon. You can press the buttons. Go ahead! So clicky~!
2. Each time you press a button, the color of the button pressed and a timestamp are recorded in a table.
3. Why would you want this? IDK! Maybe you'd like to count the number of cows you see and store this data in the cloud? Or maybe you'd like to build something dumb like [an email tracker](http://nobadinboxes.azurewebsites.net)? The possibilities are finite.# Technologies
- Particle Photon
- webhooks
- WebSockets (socket.io)
- Azure Functions
- Azure Table Storage
- node.js# TODO
1. Post Azure Function code.
2. Post Photon .ino code.
3. Post wiring diagram.
4. Add sounds!
5. Fix probably a bunch of bugs.
6. Explain this more.