Rebuild-Black-Business / RBB-Website

Website to help connect black-owned businesses with consumers and resources
https://www.rebuildblackbusiness.com/
MIT License
120 stars 75 forks source link

[Feature] Search by "Text" and "Near Me" #383

Open elchris opened 3 years ago

elchris commented 3 years ago

User Story

Goals:

Location Sniffing Goals:

Searching for Things Goals:

Enabling Factors:

Proposed Solution:

Code Sample:

if (navigator.geolocation) { navigator.geolocation.getCurrentPosition( function (position) { let lat = position.coords.latitude; let lng = position.coords.longitude; } ); }

Acceptance Criteria

brianjhanson commented 3 years ago

I can take a run at this one.