# BidHub-WebAdmin **Repository Path**: mirrors_HubSpot/BidHub-WebAdmin ## Basic Information - **Project Name**: BidHub-WebAdmin - **Description**: Keep an eye on BidHub while it's doing its thing. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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). ![Screenshot](http://i.imgur.com/0hPpRLBl.png) ## 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.