Giter Site home page Giter Site logo

better-doc's Introduction

Better Doctor Search Tool

screenshot

Sara Schultz, 05.26.2017

Description

This application uses the BetterDoctor API https://developer.betterdoctor.com/ to allow the user enter symptoms they are experiencing, as well as the state they live in, to locate a physician near them.

API Access

You will need an API key to access the BetterDoctor API, follow these steps first.

  • Visit https://developer.betterdoctor.com/ and click "Get a Free API Key"
  • Fill out the provided form
  • Your API Key should appear on the next page and can also be found under My Account > Applications

Project Setup/Installation

  • Copy the URL to this repository
  • Open terminal and navigate to the desktop
  • Clone this repository using command: git clone "insert-url-here"
  • You will need to install Node.js for OSX users with homebrew installed, run command:
  • $ brew install node
  • Navigate to the user directory in terminal using command cd ~
  • Create .gitignore_global file using command: touch .gitignore_global
  • Open .gitignore_global in text editor of choice and write: screenshot
  • Navigate back into cloned repository
  • Create .env file using command: touch .env
  • In text editor of choice write in .env file: exports.apiKey = 'INSERT API KEY HERE';
  • In terminal run command: $ npm install
  • In terminal run command: $ bower intall
  • In terminal run command: $ gulp build
  • And finally, to launch the webpage, run command: $ gulp serve

Specifications

Behavior Input Example Output Example
User can enter a symptom and a physician will return "headache" "Dr. Skeleton"
User can enter a symptom and the state they are locating a physician in "headache", "OR" "Dr. Skeleton, neurologist facility: Neurology Clinic of Oregon phone: 503.555.1234 physician bio: info_here"
User will be notified if there were no matches "heartache", "OR" "there were no matches to this search"

Known Bugs

While sass is installed, required, and added to tasks in gulpfile.js, it is not running properly.

Support/Contact Details

For support or questions contact Sara: [email protected]

Technologies Used

  • HTML
  • CSS, Sass, Bootstrap
  • JavaScript, jQuery
  • Node.js
  • BetterDoctor API

License

This software is licensed under the MIT License Copyright (c) 2017 Sara Schultz

better-doc's People

Watchers

James Cloos 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.