An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Zeydee Coordinates

[![Netlify Status](https://api.netlify.com/api/v1/badges/YOUR_BADGE_ID/deploy-status)](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:

[![Buy Me A Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](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!**