Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

cobot/prost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General

This app displays a simple button to pay for a drink. When clicked it uses the cobot API to charge the user for the drink. The charges will appear on the user's next invoice.

Users log in with their cobot accounts. In order to use the app they have to be a member of a space on cobot.

Right now the app charges one unit of whatever currency the user's plan has, so in the U.S. it would charge $1 per drink. In the future this should be configurable.

Installation

This is a standard Rails app that uses Postresql as its database, so:

bundle
rake db:create
rake db:migrate
rake # run tests

About

A cobot app to pay for drinks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published