Skip to content

data-skeptic/home-data-gallery

Repository files navigation

Stories in Ready

OpenHouse Interactive Tool

This repo is a Node.js webapp with React.js. It retrieves data via the OpenHouse API and allows visitors to interact with and visualize the data made available by the OpenHouse Project. Visitors to this tool can see properties on a map, datatable, or visualizations.

Examples found in code:

  • Mapping with OSM
  • Using the data api
  • Statitics
  • Pulling in other data sources
  • Other

How to get involed:

Steps to contribute to this codebase:

  1. Create a feature branch
  2. Make your changes and push
  3. Submit a pull request from your feature branch to dev
  4. Remind us on slack that you did a PR
  5. Wait for the PR to be reviewed/merged
  6. Check the URL above to see your changes live
  7. All things going well, we’ll then merge to master which will deploy to gallery.openhouseproject.co (that step not fully implemented yet)

Running in Dev

  1. npm install
  2. In one terminal tab npm run watch alias for webpack --watch
  3. In another terminal tab npm start alias for http-server which will start a dev http server from the root of the project
  4. Open http://127.0.0.1:8080/react.htm

About

A place for people to send pull requests for interesting examples they'd like to share

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors