//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
- Download NodeJS following this link: https://nodejs.org/en/download/ (LTS version recommended)
- Open Installer
- Follow prompts to complete installation
//Running the tests To test this app, you have to open it within the node runtime, from your terminal.
- Open Terminal
- Navigate to folder where you have saved the node.js file
- Type command "node node.js"
- 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 :)