Skip to content
This repository was archived by the owner on May 30, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 681 Bytes

File metadata and controls

25 lines (20 loc) · 681 Bytes

Arundo Women's 2019 Hackathon Starter Kit

Requirements

Installation

  1. Fork this repo
  2. Clone/download your forked repo locally
  3. Run the following (within the repo):
yarn
yarn dev

Getting Started

  • For client side, effective entry point is src/client/components/App.jsx
  • For server side, effective entry point is src/server/index.js

Example API & Data source (Nest thermostat)

http://localhost:3000/api/thermostat?startDate=2016/11/01&endDate=2016/11/02

# raw data.csv & data.json are located in /src/server/data