5 releases (stable)
2.0.0 | Dec 17, 2022 |
---|---|
1.0.2 | Dec 15, 2017 |
1.0.1 | Nov 4, 2017 |
0.1.0 | Nov 4, 2017 |
#1132 in Web programming
71KB
332 lines
Your favorite news (RSS feed) directly from your LaMetric π©
π± LaMetric apps
French news
- π«π· Ouest-France π
- π«π· Actu.fr
- π«π· Presse Ocean
- π«π· Voiles Et Voiliers
- π«π· Courrier de l'Ouest
World news
- πΊπΈ New York Times
- πΊπΈ Washington Post
- π¬π§ The Guardian
- π©πͺ Der Spiegel
Tech/Startup
- π«π· BFM Business
- πΊπΈ Tech Crunch
- πΊπΈ Mashable
- πΊπΈ Lifehacker
- πΊπΈ Engadget
β² Setup
cargo install rss-to-lametric
π€ Self-documentation
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"
}
π© Convert any RSS to LaMetric 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
}
]
}
βοΈ Deployment
- Deploy it (the fastest way is to use Clever-cloud thanks to their awesome native Rust support)
- Create and configure your app
- Done!
β€οΈ Shameless plug
- Charts, simple as a URL. No more server-side rendering pain, 1 url = 1 chart
- Looking for a free Redis GUI? Or for real-time alerting & monitoring for Redis?
- Mailpopin - Stripe payment emails you can actually use
π¦ You love it? Donate :)
Dependencies
~29β41MB
~718K SLoC