An open API service indexing awesome lists of open source software.

https://github.com/vip-git/vending-machine

Command Line implementation of vending machine
https://github.com/vip-git/vending-machine

Last synced: 4 months ago
JSON representation

Command Line implementation of vending machine

Awesome Lists containing this project

README

          

# Vending-machine
[![codecov](https://codecov.io/gh/vip-git/vending-machine/branch/master/graph/badge.svg)](https://codecov.io/gh/vip-git/vending-machine) [![Build Status](https://travis-ci.org/vip-git/vending-machine.svg?branch=master)](https://travis-ci.org/vip-git/vending-machine) [![npm version](https://badge.fury.io/js/npm.svg)](https://badge.fury.io/js/npm) [![dependencies](https://david-dm.org/vip-git/vending-machine.svg)](https://david-dm.org/vip-git/vending-machine) [![dev-dependencies](https://david-dm.org/vip-git/vending-machine/dev-status.svg)](https://david-dm.org/vip-git/vending-machine)

## [Code Documentation](https://vip-git.github.io/vending-machine/globals.html) || [Blockchain Version](https://github.com/vip-git/vending-machine/tree/blockchain)

### Please Download and install latest version of [Node.JS!](https://nodejs.org/en/download) if you haven't installed already.

# Setup Instructions
```
npm install
npm start
```

# Test Coverage
```
npm test
```

# Concept Overview (Very rough Diagram)
![Concept](https://github.com/vip-git/vending-machine/blob/master/concept-vending-machine.png)