DDNS Client using Node and Typescript

Project Description Build an DDNS client using Object Oriented Programming and Async code that: Checks the status of a web page. If it’s down check that the DNS record matches the external IP of the server. If not then update the DNS Provider with an HTTP Get request. User can add more than one site. …