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.
- Mapping with OSM
- Using the data api
- Statitics
- Pulling in other data sources
- Other
- Join the team.
- Check out our Waffle page of open tasks.
- Fix a bug or implement a features, and then make a pull request.
- If all else fails, reach out to kyle@dataskeptic.com for help getting involved.
- Create a feature branch
- Make your changes and push
- Submit a pull request from your feature branch to dev
- Remind us on slack that you did a PR
- Wait for the PR to be reviewed/merged
- Check the URL above to see your changes live
- All things going well, we’ll then merge to master which will deploy to
gallery.openhouseproject.co(that step not fully implemented yet)
npm install- In one terminal tab
npm run watchalias forwebpack --watch - In another terminal tab
npm startalias forhttp-serverwhich will start a dev http server from the root of the project - Open
http://127.0.0.1:8080/react.htm
