view app/views/tweets/index.html.erb @ 66:1161ad2a4390

Take care of rt removal from gem api Double the default count since filtering is done at gem level, not api.
author nanaya <me@myconan.net>
date Tue, 01 Dec 2015 01:34:12 +0900
parents 54aac458e979
children 394235fd42d2
line wrap: on
line source

<!DOCTYPE html>
<head>
  <title>rsstweet</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

  <style type="text/css">
    body {
      font-family: sans-serif;
      font-size: 12px;
    }
  </style>
</head>
<body>
  <h1>rsstweet</h1>
  <p>Proxying any user's tweet for usage with RSS readers</p>
  <ul>
    <li>
      Source: <a href="https://bitbucket.org/nanaya1/rsstweet">Bitbucket</a>
    </li>
  </ul>
</body>