Skip to content

weaponsforge/google-places-api-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-places-api

Testing the Google Places API.

Requirements

  1. Google account with the Google Places API enabled.
  2. NodeJS 12.16.3+

Installation

  1. Clone this repository.
    git clone https://github.com/weaponsforge/google-places-api-demo.git
  2. Install dependencies.
    npm install
  3. Create a .env file from the .env.example file.
    • Replace the value of GOOGLE_MAPS_API_KEY with your own google maps api key.

Usage

  1. Run the app ini local development mode.
    npm run dev
  2. Access various Google Places API endpoints listed on http://localhost:3001.

    API documentation is a WIP.

Available scripts

npm run dev

Run the server in local development mode.

npm run start

Run the server in production mode.

@weaponsforge
20210815

About

Testing the Google Places API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors