The wikiViewer application was made in response to the
challenge on their Coding Interview Prep Take Home Projects.
=================
You need to have Git, Node.js and a text editor (I personaly recomend VSCode)
# Clone the repository
$ git clone <https://github.com/Norton794/wikipediaViewer.git>
# Install the dependencies
$ npm install
# Execute the application
$ npm start
# The server will initialize in <http://localhost:3000>
Norton dos Santos