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: |
|
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: |
|
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. |
- 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
- JavaScript
- Node.js
- Bootstrap
Copyright (c) 2018 Kaili Nishihira
Licensed under the MIT License