Added README information

master
Keith Irwin 2017-08-07 17:10:55 -04:00
parent ad982c0cde
commit d647cb5357
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 14 additions and 2 deletions

View File

@ -1,2 +1,14 @@
# streetme
Show a streetview image of your current location
# Streetme
###### by [Keith Irwin](https://keithirwin.us/)
Streetme is a web app written in plain HTML/CSS/JS. It uses [geolocation](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation) and [google street view](https://developers.google.com/maps/documentation/javascript/streetview) to show a panoramic image of your current location.
## Instructions
Open [streetmap.me](https://streetmap.me/). Grant location permission to the website. After a few moments, you should see an image of your location.
### Moving or not
If you're stationary, the image will be of the street nearest to your location, and the orientation will be pointed in your direction. If you're in a building, the image should show the building from the street. You can pan around, but the image will snap back to the building when the location updates.
If you're moving, the image will show the closest street and will be oriented in the direction of travel. When driving down the road, this produces an effect like a low framerate dashcam.