This JavaScript app uses the BetterDoctor API to allow the user to search for a doctor by medical condition.
- 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
Github: JPCodes
- HTML
- CSS
- Bootstrap
- JavaScript
- JQuery
- API
- BetterDoctor
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