Basic web app illustrating use of XMLHTTPRequest to get information from the PanLex API
Project Members:
-
These instructions presuppose that npm is installed.
-
Make the parent directory of what will be the project’s directory your working directory.
-
Clone this repository into it, thereby creating the project directory, by executing:
git clone git@github.com:jrpool/xhrapp.git xhrapp-panlex-api
-
Make the project directory your working directory by executing:
cd xhrapp-panlex-api
-
Install required dependencies (see
package.json
) by executing:npm i
Use this application by opening index.html
in a web browser.