https://github.com/jackhowa/whereami-w3w
Poc basically to show how w3w works
https://github.com/jackhowa/whereami-w3w
context create-react-app geolocation geolocation-api hooks poc react what3words what3words-api
Last synced: 3 months ago
JSON representation
Poc basically to show how w3w works
- Host: GitHub
- URL: https://github.com/jackhowa/whereami-w3w
- Owner: JackHowa
- License: mit
- Created: 2019-08-21T12:44:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T14:28:07.000Z (over 2 years ago)
- Last Synced: 2025-01-21T16:44:16.241Z (5 months ago)
- Topics: context, create-react-app, geolocation, geolocation-api, hooks, poc, react, what3words, what3words-api
- Language: JavaScript
- Homepage: https://whereami-w3w.netlify.app
- Size: 1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Where Am I? (What3Words version)
- who: This app is for developers to show off a poc. It's also for lost travelers.
- what: The app lets them their three-word location, shareable via https://what3words.com.
- so what: What3Words is an international, precise, and succinct locator. I think it's pretty cool using basic geolocation in the webpage.# Status
[](https://app.netlify.com/sites/whereami-w3w/deploys)
## v1 tech
- Custom React Hooks
- React Context
- Geolocation
- Async/Await
- Fetch
- CSS Modules