Skip to content

AaronRohrbacher/doctor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doctor Finder

This application utilizes the url(betterdoctor.com) API and the Google Maps geolocation API to search for doctors based on sickness or name in your specified region. .

By Aaron Rohrbacher

Setup/Installation Requirements

  • NOTE: For security purposes, the API key for the betterdoctor.com API is not included in this repository, and the application won't function without it. Obtain an API key from http://betterdoctor.com, an place it in an file named '.env' in the root directory of this project.

    • in your '.env' file, placed at the root directory of the project, add this line of code: exports.apiKey='your new api key'
  • Clone this repository

  • Install Node if you haven't already!

  • In your bash console, navigate to the root of this project. Run $ npm install.

  • Now, run $ bower install && gulp build && gulp serve

  • Start searching for doctors! Have many fun adventures!

What it will do:

Specification Input Expected Output
Search for doctors by type of illness headache a list of doctors who treat headaches
Search for doctors by name Russell A list of doctors and practices who have a dr. Russell
Display doctors name, address, varried phone numbers, website, and willingness to accept new patients Russell Dr. Russell's contact/acceptance information
Search for doctors by an inputted region Portland, OR : Russell Show all Dr. Russells in Portland, Oregon

Aaron Rohrbacher: aaronrohrbacher.github.io/portfolio/

Technologies Used

HTML, CSS, JavaScript, jQuery, built and served with Bower and Gulp. Reliant on the betterdoctor.com API and the Google Maps geocoder API.

Copyright (c) 2017 Aaron Rohrbacher

About

Search for doctors in any area using this JavaScript app! Search by practice, name, area, or specialty.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published