mrgodhani / article-reader

Simple offline reading application made using Atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Article Reader

Simple reader where you can add link and read it for later offline.

Usage

You need to install Atom/Electron first, then run it as Electron app.

npm install   // install dependencies

npm run release   // package app, will create app in release directory.

npm start      // To start app (without releasing as package)

Features

  • Offline reading
  • Tagging Articles
  • Search Articles
  • Search Articles by tags
  • Subscribing to RSS Feeds

Screenshot

img

About

Simple offline reading application made using Atom


Languages

Language:HTML 51.5%Language:JavaScript 22.7%Language:CSS 17.5%Language:Vue 5.4%Language:NSIS 2.9%