Doctor Finder

An app to look up doctors in the Portland area., 1-6-2017

By Devin Ludwig

Description

This app allows a user to search for doctors in the Portland, OR metropolitan area. They can either input a health concern to search or select from a list of specialties. A map appears showing pins for the locations of all doctors in the search result.

Setup/Installation Requirements

  • Clone this repository.
  • Get keys for the googlemaps and betterdoctor apis.
  • create a file called '.env' in the cloned directory.
  • Copy and paste the following into the .env file: "exports.apiKey = 'your_better_doctor_key_here'; exports.googleMapsKey = 'you_googlemaps_key_here';"
  • Replace the filler text with your api keys.
  • Make sure npm and bower are installed on your machine.
  • run 'npm install', 'bower install', 'gulp build', and 'gulp serve' in your terminal.

Support and contact details

If you have any issues with this application please don't hesitate to contact me at devinludwig@hotyahoos.com. You are welcome to contribute to the code and please let me know if you do!

Technologies Used

This was made with Javascript and the BetterDoctor and GoogleMaps apis, utilizing Bootstrap for some of the styling.

License

This project is licensed under the GPL license.

Copyright (c) 2017 Devin Arthur Ludwig