Crates.io | rss-to-lametric |
lib.rs | rss-to-lametric |
version | 2.0.0 |
source | src |
created_at | 2017-11-04 12:48:35.223095 |
updated_at | 2022-12-17 14:25:42.037876 |
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 |
repository | https://github.com/FGRibreau/rss-to-lametric |
max_upload_size | |
id | 38112 |
size | 176,278 |
Your favorite news (RSS feed) directly from your LaMetric π©
π«π· BFM Business
πΊπΈ Tech Crunch
πΊπΈ Mashable
πΊπΈ Lifehacker
πΊπΈ Engadget
cargo install rss-to-lametric
rss-to-lametric
curl --silent http://localhost: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"
}
TextFrame
curl --silent "http://localhost: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
}
]
}