Git Product home page Git Product logo

doctor-lookup's Introduction

Doctor Lookup

Epicodus Project in JavaScript, October 20, 2017

By Kelsey Langlois

Description

A site that allows a user to search for doctors in the Seattle area. Has options to search by Doctor name and by condition or keyword. Information is obtained from the BetterDoctor API.

Setup/Installation Requirements

In order to prevent publishing of API keys, this app must be downloaded and rebuilt on your machine. To do so, follow the instructions below.

  • Clone this repository.
  • Add a .env file to the project root directory.
  • Add your key for the BetterDoctor API to .env in the following format:
    exports.apiKey = "[YOUR API KEY]";
    
  • Make sure you have Node.js and gulp installed.
    • Instructions for installing Node.js can be found here.
    • Once Node is installed, you can install gulp with the command npm install gulp -g
  • From the project root directory, run the following commands in the terminal:
    npm install
    bower install
    gulp build
    gulp serve
    
  • The site should open in your default web browser at localhost:3000 (or similar localhost-- success message will include access URL).

Specifications

  • Program provides a list of doctors in the Seattle area that match a given name.
    • Returns at maximum 10 doctors.
    • Searches within a 50 mile radius of Seattle.
  • Program provides a list of doctors in the Seattle area that treat a given medical issue.
  • Program outputs the following information about each doctor:
    • First Name
    • Last Name
    • Address
    • Phone Number
    • Website
    • Whether they are accepting new patients
  • If API call results in error, program provides a notification of what the error is.
  • If no doctors are found, program provides a notification that no matches were found.

Support and contact details

Please contact [email protected] with questions, comments, or issues.

Technologies Used

  • JavaScript
  • jQuery
  • Bootstrap
  • Node.js
  • Jasmine/Karma
  • BetterDoctor API

License

Copyright (c) 2017 Kelsey Langlois

This software is licensed under the MIT license.

doctor-lookup's People

Contributors

langlk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.