An app to search Doctors by user inputs -4/21/17 by Riley Watts
This app utilizes the BetterDoctor API to connect users to Doctors that meet their search criteria.
- Clone this repository
- You will also need to download Node.js
- For OSX users with homebrew, open your terminal and run
brew install node
- If you do not have homebrew yet, copy the following line into your terminal
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- This will install homebrew onto your device. See previous instruction to then install node
- If you are a windows user, go to the Node website and find the correct installer for your operating system
- With node installed, use the terminal to navigate into the 'better-doctor' repository
- In the top-level directory of 'better-doctor', create a new file ".env". This will house your API key which is required for search functionality.
- The ".env" file should only contain a single line, 'exports.apiKey = "YOUR API KEY HERE";'.
- In the top-level directory of 'better-doctor', run
npm install
, followed bybower install
- Once those finish up, you can run
gulp build
followed bygulp serve
and the app will open in your browser
- Javascript
- Node.js
This software is licensed under the MIT License Copyright (c) 2017 Riley Watts