https://github.com/hubspot/bidhub-webadmin
Keep an eye on BidHub while it's doing its thing.
https://github.com/hubspot/bidhub-webadmin
Last synced: 5 months ago
JSON representation
Keep an eye on BidHub while it's doing its thing.
- Host: GitHub
- URL: https://github.com/hubspot/bidhub-webadmin
- Owner: HubSpot
- License: apache-2.0
- Created: 2014-12-10T20:27:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-27T15:20:55.000Z (over 11 years ago)
- Last Synced: 2025-10-14T19:17:22.749Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 126 KB
- Stars: 18
- Watchers: 173
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BidHub Web Administration
===================
Small little web app to see the current status, item winners, and some neat stats for a BidHub auction. BidHub is HubSpot's open-source silent auction app - for an overview of the project, [check out our blog post about it](http://dev.hubspot.com/blog/building-an-auction-app-in-a-weekend)!
This will be entirely useless to you if you haven't set up Parse and followed the instructions in the [BidHub Cloud Code repository](https://github.com/HubSpot/BidHub-CloudCode).

## Setup
Assuming you've already set up Parse, get your application ID and REST API key (not your client key) from Parse > Settings > Keys. Then, just `git clone` this repository and edit *controllers.js*, replacing `` and `` with the appropriate values.
Open index.html in Chrome and you're good to go! Put this on any web server for easy access.