congress-twitter-most-followed-site

congress-twitter-most-followed-site

Jekyll website for displaying results about the most commonly followed Twitter accounts by Congress

Jekyll site to display results from Twitter Most Followed

This is a Jekyll site to display the results generate by the scripts in the Twitter Most Followed repo for Congress.

Setup

Development

Run the site locally with jekyll build --watch.

Production

Since the site is static, it can be served over S3. I've found that the easiest way to upload the site is with s3cmd and simplify caching with Cloudflare. A sample command is s3cmd sync _site/ s3://congress-on-twitter.tylerp.me adjusted to your bucket name.

If SSL is important, use Cloudfront because https with Cloudflare won't currently work with serving a website through S3.

License

MIT