Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 341 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 341 Bytes

wisebed.js

A JavaScript client library for interacting with WISEBED testbeds REST API

Installation

In order to run the shell-based wisebed.js client you need to install node.js. Then, simply

git clone https://github.com/wisebed/wisebed.js.git
cd wisebed.js
npm install

and you're ready to go!