Skip to content

hutzelknecht/Egg.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Egg.js

A JavaScript API for calculating boiling time for eggs

Usage

The JS-Class "Egg" has 4 properties:

  • weight: Gewichtsklasse (s=50,m=58,l=68,xl=80)
  • height: m üNN (default=300)
  • tStart: temperature at start (default=7)
  • tYolk: consistency of the yolk (sehr weich=62,wachsweich=72,eher hart=80)
    var egg = new Egg();
    egg.timePretty() // should return 06:38

    egg.weight = 66;
    egg.timePretty() // should return 07:14

About

A JavaScript API for calculating boiling time for eggs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published