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

https://github.com/kyhsa93/profile-image-api

node.js
https://github.com/kyhsa93/profile-image-api

Last synced: 2 months ago
JSON representation

node.js

Awesome Lists containing this project

README

          

Profile Image api
===
Start
---
node index.js
Configuration
---
port: 5000

EndPoint
---
/sign
/profile/image/:imageId
| EndPoint | Method | Request | Response |
|-------------------------|--------|---------------------------- |--------------------------------------------|
| /sign | POST | id,
password | success: boolean
message: string or jwt |
| /profile/image/:imageId | GET | imageId(params),
rotate(query string),
width(query string),
height(query string) | cache-control: max-age=290304000, public
status: 200
content-type: image/jpeg
last-modified: Sun, 18 Feb 2018 08:20:39 GMT |