Skip to content

An application to search for doctors in your area by name or specialty using the Better Doctor API.

Notifications You must be signed in to change notification settings

kwicz/doctor-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doctor Lookup

An application to search for doctors in your area by name or specialty, Valentine's Day, 2020

By K. Wicz

Preview

Landing Page Preview

Description

This application allows a user to search for a doctor by entering either a name or an ailment. The program will return a list of doctors with in 100 miles of Portland and will also proved the doctor's address, their phone number, and whether or not they are accepting new patients.

Project Specification

Behavior Input Output
User searches program by medical issue and program returns list of doctors who treat that issues Anxiety Doctors who treat anxiety
User searches program by name and program returns list of doctors with that name Jones Doctors named Jones
User seraches for invalid data and program returns error I love lamp "Sorry, there are no results that match your request. Please try again."
User searches for valid data Ear Infection Doctor output will include first name, last name, address, phone number, website, and if doctor is accepting new patients

Setup/Installation Requirements

In Terminal:

  1. Navigate to where you want this application to be saved, i.e.:
cd desktop
  1. Clone the file from GitHub with HTTPS
git clone https://github.com/kwicz/doctor-lookup.git
  1. Navigate to the new directory and install requirements.
cd doctor-lookup

npm install
  1. Create a new API Key at BetterDoctor
  2. In your directory, create a new file called .env. Add this file your your .gitignore file.
touch .env
  1. In your text editor, open the .env file and add
API_KEY = {your key here}
  1. In the command line, start your program by typing
npm run start

Known Bugs

No known bugs at this time.

Support and contact details

Have a bug or an issue with this application? Open a new issue here on GitHub.

Technologies Used

  • Better Doctor API
  • Javascript
  • jQuery
  • npm
  • Webpack
  • ESLint
  • Babel
  • HTML & CSS
  • Bootstrap 4
  • Google Fonts

License

MIT

Copyright (c) 2020 K.Wicz

About

An application to search for doctors in your area by name or specialty using the Better Doctor API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published