Skip to content

JavaScript application for users to be able to search for a doctor based on their medical condition

Notifications You must be signed in to change notification settings

PoterekM/doctor-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doctor Lookup

Modern JS Apps: Independent Code Review, 8.4.2017

By Michelle Poterek

Description

This is a website where users may enter a medical issue in a form, submit it, and receive a list of doctors nearby who can treat their medical issue.

Setup Requirements

Ensure that the following programs are downloaded to your computer:

  • Node
  • Ruby
  • To install gulp, bower, and sass globally open terminal and type:
    • npm install gulp -g
    • npm install bower -g
    • gem install sass

Cloning directions:

  • From your local console:
    • Enter Desktop by typing cd Desktop
    • Type git clone https://github.com/PoterekM/doctor-lookup.git
    • Type cd doctor-lookup to enter directory.
    • To install packages in project type:
      • npm install
      • bower install
      • Go to https://developer.betterdoctor.com/ and sign up for an API key
      • At the top level of your file create a file called .env
        • exports.apiKey = "YOUR-API-KEY-GOES-HERE";
      • gulp build
      • gulp serve
    • At this point the browser will open at localhost:3000 in order to view app.

Configuration and Dependencies

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

Technologies Used

  • JavaScript
  • jQuery
  • GULP
  • HTML
  • SASS
  • Node.js

Known Bugs

  • There are no known current bugs

License

Copyright © 2017 Michelle Poterek

This software is licensed under the MIT license.

About

JavaScript application for users to be able to search for a doctor based on their medical condition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published