ryaneof/streaming-pics: A simpler media timeline for Twitter.

1,090 阅读1分钟
原文链接: github.com

Streaming Pics

A simpler media timeline for Twitter.

Requirements

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