/simple-nodejs-wiki-app

A simple nodejs cmd wikipedia app

Primary LanguageJavaScript

simple-nodejs-wiki-app

This is a simple nodejs wikipedia cmd app. It makes use of wikipedia api to fetch search strings when queried.

Getting Started

clone this repo by running - https://github.com/missating/simple-nodejs-wiki-app.git

Then install all needed dependencies by running - npm install

  • Run the app on the command line
  •  node index.js 

    it shows the content of the default search query, in this case English.

  • Input Different word in the query variable to make it interactive, like this:
  •  node index.js -q python 

    A step by step tutorial on how this project was built can be found: Here