Skip to content

kamholz/xhrapp-panlex-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Basic web app using XMLHTTPRequest to query PanLex API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.6%
  • HTML 31.4%