Streaming Pics
A simpler media timeline for Twitter.
Requirements
- Node v5.6.0
- Redis v3.0.6
- Twitter Developer Membership
Config
You can copy .env.example to .env, change the preset value, or set the following required environment variables by yourself.
# Check out https://apps.twitter.com/
TWITTER_CONSUMER_KEY
TWITTER_CONSUMER_SECRET
TWITTER_CALLBACK_URL
# Valid Redis connection string from https://github.com/luin/ioredis
SESSION_REDIS_CONNECT
# Session secret
SESSION_SECRET
# Google Analytics config
GOOGLE_ANALYTICS_TRACKING_ID
Up & Running
npm install
### Development
npm run dev
### Production
npm build && npm start
License
GPL V2 (GPL-2.0)
Acknowledgements
- Quite a lot of the code (mostly scaffold part) in this repo, came from react-redux-universal-hot-example
- All the icons except the logo came from evil-icons