BidHub-WebAdmin

当 BidHub 在做它的事情时,密切注视它。(Keep an eye on BidHub while it's doing its thing.)

  • 所有者: HubSpot/BidHub-WebAdmin
  • 平台: Web browsers
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

BidHub Web 管理

小小的 web 应用程序,可以查看 BidHub 拍卖的当前状态,项目赢家和一些简洁的统计数据。 BidHub 是 HubSpot 的开源静默拍卖应用程序 —— 有关该项目的概述,请查看我们关于它的博客文章

如果您还没有设置 Parse 并没有遵循 BidHub云代码存储库 中的说明,那么这对您来说是完全无用的。

设置

假设您已经设置了Parse,请从 Parse> Settings> Keys 获取您的应用程序 ID 和REST API 密钥(而不是您的客户端密钥)。 然后,只需 git 克隆此存储库并编辑controllers.js,用适当的值替换应用程序 id 和 REST API 键。

在 Chrome 中打开 index.html,你就可以开始了!把它放在任何 web 服务器上,以便于访问。

概览

名称与所有者HubSpot/BidHub-WebAdmin
主编程语言HTML
编程语言JavaScript (语言数: 2)
平台Web browsers
许可证Apache License 2.0
发布数0
创建于2014-12-10 20:27:58
推送于2015-03-27 15:20:55
最后一次提交2015-03-27 11:20:55
星数18
关注者数168
派生数31
提交数5
已启用问题?
问题数0
打开的问题数0
拉请求数0
打开的拉请求数0
关闭的拉请求数0
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

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!

This will be entirely useless to you if you haven't set up Parse and followed the instructions in the BidHub Cloud Code repository.

Screenshot

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 <your app id> and <your REST API key> with the appropriate values.

Open index.html in Chrome and you're good to go! Put this on any web server for easy access.

去到顶部