huytd / hackernews-rss-reader

Read HackerNews's RSS feed

Home Page:https://codedaily.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HackerNews RSS Reader

Yet another HackerNews client. Live demo https://codedaily.xyz

Requirements

  • Rust Nightly

Installation

Make sure you're using Rust nightly:

rustup default nightly

Run the web UI:

ROCKET_PORT=1234 ROCKET_ENV=prod cargo run

TODO

  • Fix preview API to be able to load image/css/js files from remote URL
  • Resizeable newsfeed
  • View HN comments in preview mode
  • Format post's time

About

Read HackerNews's RSS feed

https://codedaily.xyz

License:BSD 2-Clause "Simplified" License


Languages

Language:Rust 52.7%Language:HTML 47.3%