Giter VIP home page Giter VIP logo

node-express-gmaps-solution-day-i's Introduction

Node-Express-Gmaps

Topics:

  • APIs
  • API Documentation
  • Rate Limits
  • Multiple requests

Objectives

  • Create endpoints
  • Make multpile requests to third-party API
  • Return result

Beginning Project

  • You will notice there is a config file that is ignored in the .gitignore, which you will be using to store your API key. You will need to import that key into your server file. DO NOT store it anywhere that will get pushed up to your repo.
  • Everything else you will start from scratch.

Project Description

  • You will be using the Google Maps Place API to get details about any place provided by the user of your API. When the user provides you a query (example: coffee+shops+in+Austin) you will use that query to make a request to the Place Search service, and will specifically be doing a Text Search Request. You will use the necessary information from the data returned from that first request, and then do a request to Place Details service, returning the detailed information to the user of your API.

Project Requirements

  • Create an endpoint /place that, provided a query, returns the detailed information about the first place that is in the array of places returned to you from Place Search.
  • You will be using the node-fetch library to make your requests to the Place Search API. You can use its example code in its github repo as guidance for its use.

Stretch Problem

  • Create an endpoint /places that, provided a query returns the detailed information about ALL places returned to you from Place Search.

Resources

node-express-gmaps-solution-day-i's People

Contributors

ivanmora avatar

Stargazers

Kathryn  avatar

Watchers

James Cloos avatar Austen Allred avatar Ryan Hamblin avatar  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.