An open API service indexing awesome lists of open source software.

https://github.com/kikiklang/wiclipedia

Wikipedia articles summaries in your terminal
https://github.com/kikiklang/wiclipedia

cli nodejs wikipedia

Last synced: 12 months ago
JSON representation

Wikipedia articles summaries in your terminal

Awesome Lists containing this project

README

          


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

```bash
yarn global add wiclipedia
```

### NPM

```bash
npm install --global wiclipedia
```

## Usage

```
$ wicli --help

Usage
$ wicli [ ...]

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 lint` or `npm lint-fix`

## License

[MIT](https://github.com/kikiklang/wiclipedia/blob/master/license.md)