{Dr LookUp is an app for looking up medical practitioners in the Portland area, either by name or by relation to a user entered symptom.}
-
User can enter a medical issue into the Symptoms search field and get a list of medical practitioners in the greater Portland area that fit the search query. input: sore throat output: List of physicians
-
User can enter a full or partial name to receive a list of medical practitioners in the greater Portland area that fit the search query. input: John output: John Doe, Lisa Johns etc
-
All queries return firs t and last names, street addresses, types of practice and specialties, phone numbers, if the office is currently accepting new patients and websites where available.
-
The user is altered if their queries that return no results.
-
Errors are handled with error messages that inform the user of the API error return.
-
Navigate to or create a parent directory for your copy of XXXXXXXX.
-
Clone this GitHub repository
git clone https://github.com/LeeMellon/Reivew12-DrLookup.git
-
Setup Webpack and other dependencies by typing 'npm install' into the console
-
Next type 'npm install -g karma -cli'
-
Next type 'npm run build' to make sure everything is installed correctly.
-
In your root folder create a file named .env, and one called .gitignore (make sure you have the periods).
-
In this file, save your API key as exports.apiKey=INSERT_API_KEY_HERE.
-
_Make sure to include your .env file in your .gitignore file.
-
You can type 'npm test' to run the testing routine.
-
Run the program by typing 'npm run start
-
View program on web browser at port localhost:5000/ (or localhost:8080/)
-
Follow the prompts.
{Are there issues that have not yet been resolved that you want to let users know you know? Outline any issues that would impact use of your application. Share any workarounds that are in place. }
To suggest changes, submit a pull request in the GitHub repository.
- HTML
- Bootstrap
- JavaScript
- Webpack
- Karma
- Jasmine
MIT License
Copyright (c) 2018 Ian Goodrich
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. s