Skip to content

dvberkel/computering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

computering

A cheap knockoff of Peter Schroders computering in node.

Usage

Install the package

npm install --global computering

create a presentation

var interval = setInterval(function(){
    console.log('you rock!');
}, 1000);

and run it with the computering command:

computering presentation.js

About

A cheap knockoff of Peter Schroder computering in node

Resources

License

Stars

Watchers

Forks

Packages

No packages published