Skip to content

Desktop application for tracking Stackoverflow questions by tags

License

Notifications You must be signed in to change notification settings

nolexa/stack-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Desktop application for tracking Stackoverflow questions by tags

Resources

License

Stars

Watchers

Forks

Packages

No packages published