Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including vendingm with all npm packages installed. Try it out:

var vendingm = require("vendingm")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

vendingm v1.2.0

This is a Vending Machine type module. If you want to change or add stuff to the Vending machine list then do "VM.machine.push({name : 'string', price : number})". That will add an item. To change an item do "VM.machine[INSERT_THE_ARRAY_NUMBER].name/price = 'string'/number". If you want to change how much money you start off with do "VM.money = INSERT_NUMBER". And to activate do VM.func() You don't need to put any parameters.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free