1.0.2 • Published 5 years ago

stack-overflow-search v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

This software is deprecated.

stack-overflow-search

npm npm

A simple command-line utility for searching the highest-scoring questions on Stack Overflow.

Usage

By default, the first 4 search results are output. Use the -n option to adjust this number. Search results are from the StackExchange API. Input keywords are matched to question titles, and results are sorted by score in descending order.

sos [options] <keywords>

Options:

  -h, --help             output usage information
  -V, --version          output the version number
  -n, --number <number>  display the specified number of search results
  -l, --lucky            open the first search result

Installation

$ npm install -g stack-overflow-search

License

MIT