Starting from:

$25+

CSE451 Week 2 Javascript Solved

Create a bootstrap/ajax program that will use JSON to retrieve and display data from the following rest API. How you display the data will be up to you but it should look "nice" and be well-formatted.

The rest API is running on http://campbest.451.csi.miamioh.edu/cse451-campbest-webpublic/week2/week2-rest.php (http://campbest.451.csi.miamioh.edu/cse451-campbest-webpublic/week2/week2-rest.php/api/v1/info)

The documentation is in the code which you can view at:

https://gitlab.csi.miamioh.edu/campbest/cse451-campbest-web-public/tree/master/week2 (https://gitlab.csi.miamioh.edu/campbest/cse451-campbest-web-public/tree/master/week2)

Your are to use my implementation of the code and do not need to download or copy this code. Simply make calls to my server and my api.

You are to create a single page that displays all the keys and values associated with the api.

Notes:

1)  Code should be available at:

http://UID.451.csi.miamioh.edu/cse451-UID-web/week2/index.html and on http://ceclnx01.cec.miamioh.edu/~UID/cse451-UID-web/week2/index.html

2)  All javascript must be in external files. All DOM and ajax must be done using JQUERY.

3)  You must have a logo image on your page.

4)  You must have a footer with your name, assignment and date

5)  Don't forget to put a comment in ALL files with name, course, assignment, date, etc

More products