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

zettajs/zetta-photocell-mock-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zetta Photocell Mock Driver

Install

$> npm install zetta-photocell-mock-driver

Usage

var zetta = require('zetta');
var Photocell = require('zetta-photocell-mock');

zetta()
  .use(Photocell)
  .listen(1337)