Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 956 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 956 Bytes

MyCountryApp

//Getting Started These instructions will allow you to run the code of node.js within the NodeJS runtime. This programm will output country-name and TopLevelDomain for three test-countries.

//Prerequisites In order to use this app, you have to install NodeJS.

//Installing

  1. Download NodeJS following this link: https://nodejs.org/en/download/ (LTS version recommended)
  2. Open Installer
  3. Follow prompts to complete installation

//Running the tests To test this app, you have to open it within the node runtime, from your terminal.

  1. Open Terminal
  2. Navigate to folder where you have saved the node.js file
  3. Type command "node node.js"
  4. Output should be the following: Countryname: Germany TopLevelDomain: .de Countryname: Netherlands TopLevelDomain: .nl Countryname: Albania TopLevelDomain: .al

//Built With NodeJS

//Authors Valerie Fuchs

//License Apache 2.0

//Acknowledgments Some very helpful hints from Jurgen :)