Git Product home page Git Product logo

better-doctor-lookup's Introduction

BetterDoctor API Lookup

Asynchrony and APIs in JavaScript, January 12, 2018

By Ginger Lee Kretschmer

Description

APIs in Action: A website where users may enter a medical issue (e.g.: “sore throat”, "rash", etc.) into a form, submit it, and receive a list of doctors in your city using the BetterDoctor API call..

Installation

  1. $ git clone https://github.com/gingerlee/better-doctor-lookup.git

  2. $ cd better-doctor-lookup

  3. $ npm install

  4. $ bower install

  5. $ gulp serve

API Authorization

  1. Visit the BetterDoctor API website.
  2. Sign up for a free account.
  3. Under "My Account" tab in the navigation bar click the "Applications" link.
  4. Click the "Create New App" button and get a new API authorization key.
  5. Create a new file in the top level of the project with the name ".env".
  6. Add the export statement below to the file with your new API key in the quotes.

exports.apiKey = "INSERT YOUR API KEY HERE";

Technologies Used

  • JavaScript (ES6)
  • jQuery
  • Node
  • Gulp
  • HTML
  • CSS
  • SASS
  • Materialize

better-doctor-lookup's People

Contributors

gingerlee avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.