Skip to content
This repository was archived by the owner on Sep 6, 2019. It is now read-only.

jackrzhang/stack-overflow-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Basic CLI for surveying stack overflow's most popular questions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published