q11b / project-vending-machine

[WIP] A vending machine powered by open source contributions :atm:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Vending Machine CircleCI

A vending machine powered by open source contributions! 🏧

About

We plan to create an actual, phyical vending machine where you can pay for items with open source contributions on our @eceusc GitHub organization!

The "open source contributions" will be powered by a Django app that listen to the GitHub API for issues and pull requests created by users. The vending machine will made with a Rasperry Pi that controls an Arduino to dispense items. We will build a webapp that users can use to login and "buy" items.

Structure

This repo is empty as of now (bc the project hasn't started yet), but this repo will be divided into several parts. For example, there will be directories called /arduino, /pi-server, /web-app, etc. Each directory will have their own contribution guides.

Contributing

If you would like to contribute, follow these steps:

  1. Fork this repository
  2. On your forked repository, create a branch for your specific feature/fix (git checkout -b my-contribution)
  3. Commit your changes, push it to your repo (git commit -m "message describing your changes", git push origin master)
  4. On GitHub, send a pull request to this repository!

Also, take a look at the Issues tab above to see what needs help. Also keep in mind our Code of Conduct while you make your contributions :)

About

[WIP] A vending machine powered by open source contributions :atm:

License:MIT License


Languages

Language:Python 100.0%