wiclipedia

0.6.0 • Public • Published

Wiclipedia

Wikipedia articles summaries in your terminal

Boards

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

Package Sidebar

Install

npm i wiclipedia

Weekly Downloads

1

Version

0.6.0

License

MIT

Unpacked Size

19 kB

Total Files

12

Last publish

Collaborators

  • kikiklang