DNS-OARC / services

Project and issue tracking for DNS-OARC services
https://www.dns-oarc.net/oarc/services
36 stars 6 forks source link

Website plugin #2

Closed jelu closed 2 years ago

jelu commented 6 years ago

CheckMyDNS is currently a web site that initiates tests by loading various URLs in the browser and then dynamically displaying the results.

This project would restructure the JavaScript code to separate the part that talks to the API and initiates the tests and the part that displays the results. Integration between them will be through callbacks or similar ways so that it would be easy for any other web site to use it. Authentication by API keys will be used to tie the results to the external web site.

jelu commented 2 years ago

done