A react app that helps connect you with your neighbors.
- post messages to the neighborhood.
- post direct messages
- find upcoming events near you, provided by eventful api.
- learn the current weather at your home address, provided by weatherunderground api.
Good Neighbor will use the Google Maps API in conjunction with the Zillow Neighborhoods API to match you with other users in your neighborhood where you can interact and build relationships.
https://good-neighbor-8bcdd.firebaseapp.com/
1. ensure that npm (node package manager - javascript) is installed on your computer. git clone https://github.com/tyjdavis/good-neighbor.git; cd good-neighbor; npm install; npm start;