Made by Gray Smith
BeakSeeker is the most fun way to go birding! Find the best local hotspots. See which birds have been recently seen in your area. Earn badges for spotting birds and compete against your fellow birders to see who is the ultimate beak seeker!
(note: you will likely need keys for Twitter API, MLab, and eBird API to run this application locally)
First you'll need to install and run the server:
git clone [email protected]:GraySmith00/beak-seeker-server.git
Install the packages and then start:
npm install && npm start
The server will run on Port 5000
Then install and run the client:
git clone [email protected]:GraySmith00/beak-seeker-client.git
Install the packages and then start:
npm install && npm start