@the_grid/locationfinder

1.3.0 • Public • Published

A Simple Location Finder

Requirement

To use this location finder, you need to obtain an API key from Geocod.io.

Usage

Run updateLocation to update the location object.

import { useGetAddress } from "@the_grid/locationfinder";

const MyComponent = () => {
  const { location, updateLocation } = useGetAddress(API_KEY);
};

Readme

Keywords

Package Sidebar

Install

npm i @the_grid/locationfinder

Weekly Downloads

0

Version

1.3.0

License

ISC

Unpacked Size

1.85 kB

Total Files

3

Last publish

Collaborators

  • c_lee