https://github.com/ossycodes/imitari
An image-manipulatiion microservice, with Nodejs, Sharp, Mocha, sinon (for tests) and Docker
https://github.com/ossycodes/imitari
express image image-manipulation javascript microservice nodejs nyc tests
Last synced: 3 months ago
JSON representation
An image-manipulatiion microservice, with Nodejs, Sharp, Mocha, sinon (for tests) and Docker
- Host: GitHub
- URL: https://github.com/ossycodes/imitari
- Owner: ossycodes
- Created: 2020-03-23T23:38:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:40:00.000Z (about 3 years ago)
- Last Synced: 2025-02-08T03:16:47.733Z (about 1 year ago)
- Topics: express, image, image-manipulation, javascript, microservice, nodejs, nyc, tests
- Language: VBA
- Homepage:
- Size: 7.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## An Image manipulation microservice based on the sharp npm package.
# Install
```sh
npm install
```
# Run
```sh
node app
```