https://github.com/castaneai/kaho
Upload images to CloudStorage and generate public serving URL
https://github.com/castaneai/kaho
appengine appengine-go gae
Last synced: 9 months ago
JSON representation
Upload images to CloudStorage and generate public serving URL
- Host: GitHub
- URL: https://github.com/castaneai/kaho
- Owner: castaneai
- License: mit
- Created: 2018-01-17T11:47:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T14:35:57.000Z (almost 7 years ago)
- Last Synced: 2023-03-22T22:31:36.372Z (about 3 years ago)
- Topics: appengine, appengine-go, gae
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
kaho
========

## Usage
```sh
curl -si -X POST https://kaho/upload -F "file=@/path/to/image.png;type=image/png" | grep location
```
## Deploy
```sh
gcloud app deploy
```