Btazbt / SimplePints

Simple Digital Tap Display

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimplePints is a digital taplist, created just for the home brewer. Display your current beers on tap with a sleek, digital presentation. No hard setup and easy to update. Requires PHP.

Licensing:

GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Full license text available in 'LICENSE.md'.

Questions? Comments? Want to Contribute? https://github.com/Btazbt/SimplePints

Majority of code pulled from RaspberryPints and adopted to remove MySQL usage.

Adapted from by RaspberryPints: https://github.com/RaspberryPints

Inspired by the simplisity of Kegerface: http://github.com/kegerface/kegerface

Requires:

  • PHP
  • webserver (i.e. apache)

Setup:

Copy the files in the 'example' folder to the 'usr' folder. This will product a working Simply Pints System. Modify the config.csv and beers.csv as desired.

Known Bugs:

All versions:
- None

Version History:

version 02.0
	- Added logos
	- added examples folder and setup instructions in readme
	- added better beer color function (lookup vs algorithm)
	
version 01.0 (beta release):
	- Initial working version

About

Simple Digital Tap Display

License:GNU General Public License v3.0


Languages

Language:PHP 58.8%Language:CSS 41.2%