/nextjs-google-places

Experiment using Next JS for fetching the Google Places API

Primary LanguageJavaScript

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