winnk / connectUs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConnectUs

Physician Search via betterdoctor.com API

Build Status Dependencies Contributions welcome License

By Kaya Winn

Description

A program to search a medical database via the betterdoctor.com API allowing users see a list of phsycisians in their area who can address their symptoms. .

Specifications

Behavior Input Example Output Example
API call using city and symptom data Portland, cancer JSON response 200 OK
JSON response object parses to DOM Portland, cancer panel results of treating physicians

Setup, Installation, Requirements

In the terminal go to top level of the cloned repo directory run the following:

  • npm install install backend dependencies and packages
  • bower install installs frontend dependencies and packages
  • gulp build to build application
  • gulp serve to view application at http://localhost:4200

Package Dependencies:

  • npm gulp
  • npm browserify
  • npm source
  • npm gulp-concat
  • npm uglify
  • npm util
  • npm util
  • npm del
  • npm jshint
  • npm gulp-jshint
  • npm gulp-sass
  • npm gulp-sourcemaps
  • npm browser-sync
  • bower jquery
  • bower bootstrap
  • bower moment
  • bower-files

Technologies Used

License

This project is licensed under the MIT License - license

Copyright (c) 2017

About


Languages

Language:HTML 53.6%Language:CSS 29.7%Language:JavaScript 16.7%