Doctor Lookup

This is a running webpage, as of 2/7/20.

By Antonio Cruz

Description

Link to github repo

https://github.com/assassin56/friday_project6

SPEC Sheet

  • User receives list of recommended doctors
    • Input: Runny nose (ailment).
      • Doctor's names.
        • First, last name.
        • Address.
        • Phone number.
        • Website.
        • Whether or not they are accepting new patients (API provided.)
    • Output: List of doctors in their city to treat their issue.
  • Correct error handling
    • Input: API call
    • Output: If errornous call, a notification should inform the user of the error
  • Return statement indicating there are no doctors that match the criteria
    • Input: Ailment; Doctor name.
    • Output: "There are no doctors for this query at this time. Try again later."

Setup/Installation Requirements

  • Clone this repo by selecting the "clone or download" button. This will allow you to copy the repo's link.
  • While on the command line in your terminal, enter "git clone" followed by the copied url.
  • Enter "ls" to show a list of files and documents. One of them will be labeled "friday_project5. Use "cd" followed by the project directory name to navigate there.
  • While in project directory, open the contents of the directory, or use "code ." to enable the shortcut to open in Visual Studio Code.

Known Bugs

Application is not yet in a functional state.

Support and contact details

Antonio Cruz's email: codrocks.cruz3@gmail.com

Technologies Used

  • Markdown
  • CSS
  • HTML
  • Bootstrap
  • Git
  • JavaScript
  • JQuery
  • Jest
  • Webpack
  • EsLint
  • BetterDoctor API

License

The MIT license

Copyright (c) 2020 Antonio Cruz