https://github.com/bdice/morsetweets
Outputs Twitter stream as Morse code beeps.
https://github.com/bdice/morsetweets
Last synced: 11 months ago
JSON representation
Outputs Twitter stream as Morse code beeps.
- Host: GitHub
- URL: https://github.com/bdice/morsetweets
- Owner: bdice
- License: mit
- Created: 2014-08-17T02:55:28.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-17T22:32:30.000Z (almost 12 years ago)
- Last Synced: 2025-02-13T18:35:29.550Z (over 1 year ago)
- Language: Processing
- Size: 535 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MorseTweets
===========
Outputs Twitter stream as Morse code beeps.
StreamBeeper
============
Arduino project to output data from a Serial port as Morse code, using a buzzer. Requires Morse Code library from https://github.com/markfickett/arduinomorse
TweetStreamer
=============
Processing project to output tweet streams as serial data, used for input to the StreamBeeper application. Requires twitter4j library from http://twitter4j.org/.