https://github.com/fabsrc/twitter-color-stream
:art: Transforms tweeted colors to colors on a LED strip.
https://github.com/fabsrc/twitter-color-stream
Last synced: 3 months ago
JSON representation
:art: Transforms tweeted colors to colors on a LED strip.
- Host: GitHub
- URL: https://github.com/fabsrc/twitter-color-stream
- Owner: fabsrc
- Created: 2016-08-04T22:48:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-04T23:10:53.000Z (almost 9 years ago)
- Last Synced: 2025-02-20T14:11:20.152Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter Color Stream
Transforms tweeted colors to colors on a LED strip connected to a Raspberry Pi.
## Requirements
* Raspberry Pi
* WS281x LED StripFollow these [instructions](https://learn.adafruit.com/neopixels-on-raspberry-pi/wiring) to set up the Raspberry Pi with the LED strip.
## Install
```bash
npm install
touch .env
```This application requires Twitter credentials. Add your `TWITTER_CONSUMER_KEY`, `TWITTER_CONSUMER_SECRET`, `TWITTER_ACCESS_TOKEN` and `TWITTER_ACCESS_TOKEN_SECRET` to a `.env` file.
## Use
```bash
sudo npm start
```## Licence
Licensed under the [MIT License](http://opensource.org/licenses/mit-license.php).