0.6.0 • Published 4 years ago

wiclipedia v0.6.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Description

Wiclipedia is a CLI app made with nodeJs that let you search through wikipedia and display articles summaries in a practical way.

Install

Yarn

yarn global add wiclipedia

NPM

npm install --global wiclipedia

Usage

$ wicli --help

  Usage
    $ wicli [<options> ...]

    Options
        none              launch wiclipedia
      --version, -v       print app version
      --lang, -l          set language for wikipedia articles (english by default)
      --previous, -p      display and use previous searches
      --clear, -c         clear search history
      --random, -r        suggest random articles

    Examples
      $ wicli
      $ wicli --lang
      $ wicli --previous
      $ wicli --random

Development

  • Fork the repository and clone it to your machine
  • Navigate to your local fork: cd wiclipedia
  • Install the project dependencies: npm install or yarn install
  • Lint the code for errors: npm test or yarn test

License

MIT