Stackoverflow questions tracker
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.
- 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
- 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.
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.
Follow the installation guidelines at nodejs.org
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
npm install
npm start
Just fork it and start hacking. Every help is welcome. Check the list of issues for the backlog.