enhancementgood first issuehelp wanted
Repository metrics
- Stars
- (3 stars)
- PR merge metrics
- (PR metrics pending)
Description
Description: Create a hook for accessing browser geolocation API with proper error handling and loading states.
Requirements:
- Get current position
- Watch position changes
- Handle permissions and errors
- Loading states
API Proposal:
const { position, error, loading, getCurrentPosition } = useGeolocation();