├── README.markdown └── recipe.markdown /README.markdown: -------------------------------------------------------------------------------- 1 | ### The Coca-Cola secret recipe. 2 | > "Many third parties have tried to crack our secret formula. Try as they might, they've been unsuccessful," Coca-Cola's Kerry Tressler 3 | 4 | Here are the Coca-Cola instructions from [This American Life.](http://www.thisamericanlife.org/radio-archives/episode/427/original-recipe/recipe) 5 | 6 | #### Cube-Cola 7 | * [Cube-Cola](http://sparror.cubecinema.com/cube/cola/) 8 | * [Ingredients](http://sparror.cubecinema.com/cube/cola/finance/) 9 | * [Original Ingredients / Recipe](http://sparror.cubecinema.com/cube/cola/cola_ingredients/) 10 | * [Cube-Cola KIT VERSION 2.0](http://sparror.cubecinema.com/cube/cola/kit/) 11 | 12 | #### OpenCola 13 | [OpenCola](http://www.colawp.com/colas/400/cola467_recipe.html) is an open source Coca-Cola project worth looking into. 14 | 15 | -------------------------------------------------------------------------------- /recipe.markdown: -------------------------------------------------------------------------------- 1 | ### Recipe. 2 | 3 | * Fluid extract of coca: 3 drams USP 4 | * Citric acid: 3 oz 5 | * Caffeine: 1 oz 6 | * Sugar: 30 (unclear quantity, possibly pounds) 7 | * Water: 2.5 gallons 8 | * Lime juice: 2 pints, 1 quart 9 | * Vanilla: 1 oz 10 | * Caramel: 1.5 oz or more to colour 11 | 12 | #### Into every five gallons of syrup, add 2oz of the following seven-part flavouring: 13 | 14 | * Alcohol: 8 oz 15 | * Orange oil: 20 drops 16 | * Lemon oil: 30 drops 17 | * Nutmeg oil: 10 drops 18 | * Coriander oil : 5 drops 19 | * Neroli oil: 10 drops 20 | * Cinnamon oil: 10 drops --------------------------------------------------------------------------------