update thumbnail readme and comment

This commit is contained in:
Asim Aslam
2021-05-22 22:12:48 +01:00
parent 0f2e37ecc0
commit 20777f7528
2 changed files with 4 additions and 21 deletions

View File

@@ -1,23 +1,5 @@
Create website thumbnails
# Thumbnail Service
This is the Thumbnail service
Generated with
```
micro new thumbnail
```
## Usage
Generate the proto code
```
make proto
```
Run the service
```
micro run .
```
A quick and easy way to create a thumbnail screenshot for any website.

View File

@@ -9,6 +9,7 @@ service Thumbnail {
}
// Create a thumbnail screenshot by passing in a url, height and width
message ScreenshotRequest {
string url = 1;
// width of the browser window. optional