Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.75 KB

File metadata and controls

63 lines (40 loc) · 1.75 KB

Stackoverflow questions tracker

Build Status

stack-console is a desktop application for tracking newest Stackoverflow questions by tags. It is written in JavaScript, built with NW.js desktop toolkit, and is run with node.js runtime.

Features

  • Runs on Windows, MacOS, Linux
  • Shows latest questions for selected tags
  • Refreshes the list automatically
  • Shows screen notifications for new questions
  • Opens a detailed question page in a browser

How to use

  • Install and run the application as described below.
  • Enter a comma separated list of tags to follow. Press Enter.
  • Click the question titles to get them in a browser.
  • Click the tags list at the top of the screen to edit the tags.

Downloads

Download binaries for your platform from the latest release.

Unzip the archive and run stack-console.exe on Windows, or stack-console on other platforms.

Building from source code

Install Node.js and NPM

Follow the installation guidelines at nodejs.org

Get the sources

Download the project's archive, or clone it with git git clone https://github.com/nolexa/stack-console.git.

Install NW.js

Step into the project's directory and run

npm install -g nw

Install dependencies

npm install

Run the application

npm start

Contributing

Just fork it and start hacking. Every help is welcome. Check the list of issues for the backlog.