Skip to content
This repository was archived by the owner on Nov 13, 2017. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 640 Bytes

File metadata and controls

27 lines (17 loc) · 640 Bytes

Badge the World splash page

Development


Installation

npm start

Setting up data source

This project relies on google spreadsheets as a data source. In order to get data from a private spreadsheet you have to set some things up.

In config.json:

  • "GEMAIL": "@developer.gserviceaccount.com",
  • "SHEETID": "",
  • "WORKSHEETID": "

This project requires a google developer account and a PEM generated from a private key that google gives you when you create a dev account. The pem must be stored at ./btw.pem

Run the server

node app