Skip to content

slchorne/apibrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The API

Quickstart

The WAPI quickstart guide is available here

To run the API browser there are 2 options:

  • Install the client code on a running grid
  • Install a standalone version on a PC/laptop

install just the 'client' code

Copy all the contents of the client folder to the 'HTTP file distribution' on the grid master, makes sure it goes into a 'snapins' folder.

standalone version

Download and install 'node'.

switch to the 'server' folder

Run 'npm install'

It should read the package.json and install all the deps

Start the server:

node server/server.js

Open a browser window to 'http://localhost:3000'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published