Simple-nodejs-app is a simple web application created using Node.js. It uses MediaWiki - Wikipedia's Search API to search for anything entered by the user and parses the result in a JSON format. The infobox of the Wikipedia page is parsed using wiki-infobox-parser.
- Clone the repo
https://github.com/rat9615/simple-nodejs-app
- Fork, Clone or Download on Github
- After installation, run
npm install
to download and install all the required dependencies. - Run
npm start
to run the web application.
To view a live preview of this application, click here