Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 298 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 298 Bytes

Next JS Google Places example

This app use Next JS for fetching the Google Places API.

Installation

copy the .env.example file to .env.local and enter your google API key, make sure to choose Places if your API key is restricted.

npm install
npm run dev
# or
yarn
yarn dev