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
- Host: GitHub
- URL: https://github.com/kikiklang/wiclipedia
- Owner: kikiklang
- License: mit
- Created: 2020-06-11T22:21:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-30T08:47:14.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T15:16:44.452Z (over 1 year ago)
- Topics: cli, nodejs, wikipedia
- Language: JavaScript
- Size: 560 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
Wiclipedia
Wikipedia articles summaries in your terminal
## 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)