Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T14:28:07.000Z (almost 2 years ago)
- Last Synced: 2023-08-18T23:01:37.792Z (over 1 year 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: 1
- 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
[![Netlify Status](https://api.netlify.com/api/v1/badges/f39ff4a6-e7e1-45a3-8883-bc594218fdb9/deploy-status)](https://app.netlify.com/sites/whereami-w3w/deploys)
## v1 tech
- Custom React Hooks
- React Context
- Geolocation
- Async/Await
- Fetch
- CSS Modules