Skip to content

Epicodus JS Week 1, BetterDoctors API, Node, Gulp, Bower

Notifications You must be signed in to change notification settings

JPCodes/betterdoctor-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portland Doctor Search

A web application that helps the user search for a doctor. 01/06/2017

By Jim Padilla

Description

This JavaScript app uses the BetterDoctor API to allow the user to search for a doctor by medical condition.

Setup/Installation Requirements

  • In the command line, run:
git clone https://github.com/JPCodes/betterdoctor-js
cd betterdoctor-js
npm install
bower install
touch .env
  • In the .env file add this line with your API key:
exports.apiKey = "Your-BetterDoctorAPI-Key-Here";
  • In the command line, run:
gulp build
gulp serve
  • Then, in any modern browser, navigate to:
localhost:3000

Support and contact details

Github: JPCodes

Technologies Used

  • HTML
  • CSS
    • Bootstrap
  • JavaScript
    • JQuery
  • API
    • BetterDoctor

License

Portland Doctor Search is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

BankNotes is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with the BankNotes. If not, see http://www.gnu.org/licenses/.

Copyright (c) 2016 Jim Padilla

About

Epicodus JS Week 1, BetterDoctors API, Node, Gulp, Bower

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published