1.0.1 • Published 2 years ago

konum v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Konum

npm version

konum

Konum (means location in Turkish) is a primary browser location provider for React.

Installation

yarn add konum
#or
npm i konum

Usage

import { useKonum } from "konum";

const { data, isAllowed, error } = useKonum();

Props

PropsTypeDescription
dataobjectIt returns two attributes longitude and latitude.
isAllowedbooleanIt changes based on user's allow.
errorstringIt returns error message

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.