99x / github-audio

Listen to music generated by events happening across GitHub 🎷🎸
https://github.audio
MIT License
3 stars 6 forks source link

Added twitter event streaming listener for 99XTHackathon hashtag #18

Closed sasivarnan closed 7 years ago

sasivarnan commented 7 years ago
  1. Removed hard coded GITHUB_OAUTH_KEY & replaced it with environment variable.
  2. Resolved some merge conflicts in main.js
  3. Added twitter event streaming listener for tweets posted with hashtag 99XTHackathon.

Solves #4 & #17

sasivarnan commented 7 years ago

The following environment variables has to be set for twitter event streaming listener to work.

$ export TWITTER_CONSUMER_KEY=<your_twitter_consumer_key>
$ export TWITTER_CONSUMER_SECRET=<your_twitter_consumer_secret>
$ export TWITTER_ACCESS_TOKEN_KEY=<your_twitter_access_token_key>
$ export TWITTER_ACCESS_TOKEN_SECRET=<your_twitter_access_token_secret>