Zeydee Coordinates is a web app that processes images (jpg, jpeg, heic) to extract and display their location information. The app allows users to download and copy the location data.
- Upload images in jpg, jpeg, or heic format
- Extracts and displays location data from the images
- Provides options to download or copy the location information
If you find this project useful and would like to support its development, you can buy me a coffee:
The app is deployed on Netlify and can be accessed here.
- Open the web app here.
- Upload images by clicking the upload button or dragging and dropping the images.
- View the extracted location information in the display box.
- Use the provided buttons to download or copy the location information.
To run this project locally:
- Clone the repository:
git clone https://github.com/your-username/zeydee-cordinates.git
- Navigate to the project directory:
cd zeydee-cordinates
- Install the dependencies:
npm install
- Run the development dev:
npm run serve
- Open your browser and go to
http://localhost:PORT
.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Please open an issue or submit a pull request if you have any improvements or suggestions.
If you have any questions or need further assistance, feel free to open an issue or contact me directly at [[email protected]].
Enjoy using Zeydee Coordinates!