Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 810 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 810 Bytes

xhrapp-panlex-api

Basic web app illustrating use of XMLHTTPRequest to get information from the PanLex API

Project Members:

Jonathan Pool

Installation and Setup

  1. These instructions presuppose that npm is installed.

  2. Make the parent directory of what will be the project’s directory your working directory.

  3. Clone this repository into it, thereby creating the project directory, by executing:

    git clone git@github.com:jrpool/xhrapp.git xhrapp-panlex-api

  4. Make the project directory your working directory by executing:

    cd xhrapp-panlex-api

  5. Install required dependencies (see package.json) by executing:

    npm i

Usage and Examples

Use this application by opening index.html in a web browser.