Utility Network Javascript Web Trace Example hitting the UN REST API
To use this sample you need a web server. Make sure you install git command line before following this guide. https://git-scm.com/downloads
For Windows (IIS)
- cd c:\inetpub\wwwroot
- git clone https://github.com/hussein-nasser/unjs.git
- Open Chrome and type in http://servername/unjs
For other web servers simply copy the folder unjs to the root of your webserver and serve the static files from there.
Sample tested on Chrome only. Will work on cross platform supports in the coming versions of this repo..