Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 694 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 694 Bytes

News Headlines Frontend

image

This project is the rust standalone frontend GUI using eGUI which consumes my other project news-api-backend.

Features

  • Works on Win/OSX/Linux
  • API Key and preference configs stored using confy
  • Dark/Light mode switching and close app buttons
  • Layout with a header, main scroll box and footer

How To Use

  • Pull this and the backend project
  • Ensure your rust environment is setup
  • $ cargo run
  • Enter your API key in the GUI from newsapi.org

image

Known Issues

  • eGUI's hyperlink functions aren't working
  • Refresh feed needs implementing