diff --git a/README.md b/README.md new file mode 100644 index 0000000..4b86cb7 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# fashion_check\_ranking + +A web application for RubyKaigi 2019 sponsor booth contents. + +## What is this? + +fashion_check\_ranking contains an web application and tweet crawler. +The application is Sinatra app that shows Ranking page of FashionCheck Score. +And tweet crawler searches tweet by FashionCheck App. [example](https://twitter.com/hana_yonde/status/1108884458810146816) + +If you measure your coordinate score through our App and tweet it, you can see "Where does your coordinate score rank in the event". + +![Screenshot](./images/screenshot.jpg) + +## Architecture + +All of applications runs on AWS Lambda Ruby runtime. + +![Architecture](./images/architecture.jpg) + +## Copyright + +COPYRIGHT (c) ZOZO Technologies, Inc. \ No newline at end of file diff --git a/images/architecture.jpg b/images/architecture.jpg new file mode 100644 index 0000000..7dc5ac8 Binary files /dev/null and b/images/architecture.jpg differ diff --git a/images/screenshot.jpg b/images/screenshot.jpg new file mode 100644 index 0000000..518b339 Binary files /dev/null and b/images/screenshot.jpg differ