https://github.com/itmysm/zeydee-cordinates
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.
https://github.com/itmysm/zeydee-cordinates
exif exif-location exif-metadata exiftool photo-location
Last synced: 14 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/itmysm/zeydee-cordinates
- Owner: itmysm
- Created: 2024-07-06T08:18:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T12:27:28.000Z (11 months ago)
- Last Synced: 2024-07-09T15:41:09.858Z (11 months ago)
- Topics: exif, exif-location, exif-metadata, exiftool, photo-location
- Language: JavaScript
- Homepage: https://zeydee-cordinates.netlify.app/
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zeydee Coordinates
[](https://app.netlify.com/sites/zeydee-cordinates/deploys)
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.
## Features
- 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## Support
If you find this project useful and would like to support its development, you can buy me a coffee:
[](https://www.buymeacoffee.com/itmysm)
## Deployment
The app is deployed on Netlify and can be accessed [here](https://zeydee-cordinates.netlify.app/).
## Usage
1. Open the web app [here](https://zeydee-cordinates.netlify.app/).
2. Upload images by clicking the upload button or dragging and dropping the images.
3. View the extracted location information in the display box.
4. Use the provided buttons to download or copy the location information.## Development
To run this project locally:
1. Clone the repository:
```sh
git clone https://github.com/your-username/zeydee-cordinates.git
```
2. Navigate to the project directory:
```sh
cd zeydee-cordinates
```
3. Install the dependencies:
```sh
npm install
```
4. Run the development dev:
```sh
npm run serve
```
5. Open your browser and go to `http://localhost:PORT`.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contributing
Contributions are welcome! Please open an issue or submit a pull request if you have any improvements or suggestions.
## Contact
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!**