(Translated by https://www.hiragana.jp/)
GitHub - kailinishihira/doctor-lookup: JavaScript web app using the Better Doctor API
Skip to content

kailinishihira/doctor-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doctor Lookup

A website to find a doctor in Seattle, 09.15.17

By Kaili Nishihira

Description

A website where a user may enter a medical issue into a form and receive a list of doctors in Seattle in a 20 mile radius.

Behavior Input Output
User may enter a medical issue to receive a list of doctors in the Seattle area that fit the search query. Allergy A list of doctors (20 max) including the following information:
  • Doctor's name
  • Address (address is the first listed practice if they have more than one practice)
  • Phone number (phone number is the first listed phone number if they have more than one phone number)
  • Website
  • Accepting new patients
  • User may enter a name to receive a list of doctors in the Seattle area that fit the search query. Smith A list of doctors (20 max) including the following information:
  • Doctor's name
  • Address (address is the first listed practice if they have more than one practice)
  • Phone number (phone number is the first listed phone number if they have more than one phone number)
  • Website
  • Accepting new patients
  • If the API call results in an error, the user will receive notification on what the error is. ... ...
    If the user's request does not meet the search criteria, a notification will be received. Search by doctor's name: Nishihira There are no doctors that meet your criteria.

    Setup/Installation Requirements

    • Install Node.js
    • Clone repository
    • $ npm install
    • $ bower install
    • $ gulp build
    • Open in your browser
    • Create an account with BetterDoctor to get your free API Key

    Technologies Used

    License

    Copyright (c) 2018 Kaili Nishihira

    Licensed under the MIT License

    About

    JavaScript web app using the Better Doctor API

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published