Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdice/morsetweets
Outputs Twitter stream as Morse code beeps.
https://github.com/bdice/morsetweets
Last synced: 5 days 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-17T22:32:30.000Z (about 10 years ago)
- Last Synced: 2024-10-11T08:26:30.145Z (28 days 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/.