Skip to content

C-Lee-Hamilton/LocationFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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);
};

About

Location node module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published