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

https://github.com/mycodeself/metadata-extractor

A web application for extract metadata from files using exiftool
https://github.com/mycodeself/metadata-extractor

Last synced: over 1 year ago
JSON representation

A web application for extract metadata from files using exiftool

Awesome Lists containing this project

README

          

# metadata-extractor

A web application for extract metadata from files using exiftool

### stack

- Typescript
- NodeJS
- Express
- ReactJS

### how to run?

Run backend:

```
NODE_ENV=development npm run build
npm run start
```

Run frontend:
```
cd front && npm run start
```

*Note: Requires exiftool to be installed on the machine*