Skip to content
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 882 Bytes

readme.md

File metadata and controls

25 lines (19 loc) · 882 Bytes

Who is Here?

How it Works?

  1. Register your phone and laptop at Fox.Build.
  2. Visit Fox.Build
  3. Our Raspberry Pi will detect your presence.
  4. You will show up as present for others to see here
  5. You gain 1 XP for every minute at the space, helping you advance on our leaderboard.

Setup

  1. Delete old cron jobs by running crontab -e (we used to run an old version called who_is_here.rb).
  2. git clone https://github.com/FoxDotBuild/whos_is_in.git
  3. cd who_is_in
  4. Install whenever: gem install whenever
  5. sudo apt-get install libgmp-dev ruby-dev
  6. gem install nokogiri (XML Parser)
  7. Create a cron job (once only!): whenever --update-crontab
  8. ???
  9. PROFIT! Seriously though, you should be done at this point.

The Web Page / UI

TODO: Tell the folks how they can work on the menu.