0.0.35 • Published 10 years ago

hopjs-remote v0.0.35

Weekly downloads
104
License
-
Repository
github
Last release
10 years ago

#Introduction

This is the remote API library and binarys for hopjs

See http://github.com/celer/hopjs for more details about hopjs

API Library

You can instantiate a hopjs based api locally for a remote service by doing:

var Hop = require('hop-remote')

Hop.remoteAPI("http://www.mywebsite.com/",function(err,api){
	api.UserService.create({ username:"bob",password:"password"},function(err,user){
		console.log("The user was created with ",user);
	});
});

Command line tools

There are also two command line tools:

hopjs

hopjs is a tool which allows:

  • Remote unit testing
  • Executing individual calls
  • Evaluation of a script of calls
hopjs --url http://www.mywebsite.com/ --unitTest


## hopjs-browser-test

hopjs-browser-test allows running hopjs unit tests against a specific browser

hopjs-browser-test --url http://www.mywebsite.com/ --browser firefox
1.0.0-beta1

10 years ago

0.0.35

10 years ago

0.0.34

10 years ago

0.0.33

10 years ago

0.0.32

10 years ago

0.0.31

10 years ago

0.0.30

10 years ago

0.0.29

10 years ago

0.0.28

10 years ago

0.0.27

10 years ago

0.0.26

10 years ago

0.0.25

10 years ago

0.0.24

10 years ago

0.0.23

11 years ago

0.0.22

11 years ago

0.0.21

11 years ago

0.0.20

11 years ago

0.0.19

11 years ago

0.0.18

11 years ago

0.0.17

11 years ago

0.0.16

11 years ago

0.0.15

11 years ago

0.0.13

11 years ago

0.0.12

11 years ago

0.0.11

11 years ago

0.0.10

11 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago