https://github.com/nyctophilus/image_processing_api
Advanced Web Track Nano Degree Project -Udacity
https://github.com/nyctophilus/image_processing_api
Last synced: about 2 months ago
JSON representation
Advanced Web Track Nano Degree Project -Udacity
- Host: GitHub
- URL: https://github.com/nyctophilus/image_processing_api
- Owner: Nyctophilus
- Created: 2022-05-18T20:55:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-23T17:43:23.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T12:07:30.292Z (3 months ago)
- Language: TypeScript
- Size: 4.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Processing API
Advanced Web Track Nano Degree Project -Udacity
## Overview
Image Processing App with an express server that manipulates images based on a server request with the dimensions and the image name.
## How to use
- install dependencies
- build script to compile ts `npm run build`
- start local server on port: 3000 with the command: `npm run mon`
- navigate to localhost:3000/image??filename=hunt&w=200&h=200
- the server will return/display the image with the new dimensions- jasmine test command `npm run test`
- eslint & prettier command `npm run prettylint`## Table of Contents
- [Features](#Features)
- [Contact](#Contact)#### Features
🤩 Leave a :star: if you like it, Please!
#### Contact
📫 Please hit me up at [email protected] if you have any feedback or improvements.