Make a JavaScript jQuery script to fill variables from a remote JSON file
I'm in requirement of someone to write and rewrite some JavaScript code that connects to a remote rest server and collects a json file. This json file will then be utilized to populate other variables in the JavaScript. The final script must be able to
a) Contact our remote rest server
b) Pull in json data (there are only 4 variables in it)
c) Populate variables in a JavaScript
d) Do it without use of 3rd party software plugins
e) Work both on IIS and Apache and NginX webservers (it's javascript after all)
f) Work with all modern browsers
Desired Skills are HTML, JavaScript and jQuery