This API provides ways to retrieve/delete/copy EXIF metadata from pictures API Documentation here
EXIF API is based on open source projects:
- Sinatra - Opensource Ruby framework to create routes-based web applications
- ExifTool - Opensource CLI application for editing/reading EXIF metadata
docker pull ggouzi/exif-api
docker run --rm --name exif-api -p 3000:3000 ggouzi/exif-apiInstall the dependencies:
bundle installExecute unit tests:
bundle exec rake testLaunch the server:
bundle exec rackup- Write MORE Unit Tests
- Add support for other formats (e.g: PDF)
- Add route to edit metadata
The MIT License (MIT)