#rss #feed #news #expose #favorite #lametric #la-metric

app rss-to-lametric

🛫 将RSS订阅快速暴露到您的LaMetric上 - https://store.lametric.com/?rfsn=853404.8b38b6 🎩

5个版本 (稳定)

2.0.0 2022年12月17日
1.0.2 2017年12月15日
1.0.1 2017年11月4日
0.1.0 2017年11月4日

Web编程中排名第794

MIT许可证

71KB
332

直接从您的LaMetric获取您喜欢的新闻 (RSS订阅) 🎩

Travis codecov Cargo version Crates.io Crates.io Slack

📱 LaMetric应用程序

法国新闻

世界新闻

科技/初创公司

⏲ 设置

cargo install rss-to-lametric

🤓 自我文档化

rss-to-lametric
curl --silent https://127.0.0.1:8080/
{
  "description": "🛫 Fastest way to expose a RSS feed to your LaMetric - https://store.lametric.com/?rfsn=853404.8b38b6 🎩",
  "homepage": "https://github.com/FGRibreau/rss-to-lametric",
  "name": "rss-to-lametric",
  "usage": [
    {
      "path": "/convert?<query>",
      "query": {
        "icon": "icon number, e.g. i14532",
        "limit": 10,
        "title": "title of your feed",
        "url": "http://my-domain.com/my-rss.xml"
      }
    }
  ],
  "version": "0.1.0"
}

🎩 将任何RSS转换为LaMetric TextFrame

curl --silent "https://127.0.0.1:8080/convert?title=Ouest-France&icon=i14532&limit=3&url=https://www.ouest-france.fr/rss-en-continu.xml"
{
  "frames": [
    {
      "text": "Ouest-France",
      "icon": "i14532"
    },
    {
      "text": "France. Des personnalités signent contre les agressions sexuelles",
      "icon": null
    },
    {
      "text": "NRJ Music Awards. Qui sont les gagnants de la soirée ?",
      "icon": null
    },
    {
      "text": "Des dizaines de morts dans un attentat de Daech en Syrie",
      "icon": null
    }
  ]
}

⚙️ 部署

❤️ 无耻的自吹自擂

🦄 您喜欢它吗?捐赠 :)

Patreon donate button Gratipay donate button Flattr donate button PayPal donate button Bitcoin donate button

依赖关系

~29–43MB
~741K SLoC