diff --git a/README.md b/README.md index fce89bd..cdaa4ae 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # starry-sky-service API Gateway + Lambda based service that generates a starry sky image. + +#### Try it out! + +Generate a starry sky: + +https://api.mycodefu.com/starry/sky.png?width=640&height=480 + +e.g. + +![StarrySky](./test.png) \ No newline at end of file diff --git a/test.png b/test.png new file mode 100644 index 0000000..77d983f Binary files /dev/null and b/test.png differ