All Projects → breath103 → Seoul Bike

breath103 / Seoul Bike

서울시 자전거 따릉이를 위한 대여소 찾기 서비스 입니다.

Projects that are alternatives of or similar to Seoul Bike

Serverless Api Example
Example of a Golang, Serverless API
Stars: ✭ 62 (-20.51%)
Mutual labels:  aws, serverless, lambda
Binaryalert
BinaryAlert: Serverless, Real-time & Retroactive Malware Detection.
Stars: ✭ 1,125 (+1342.31%)
Mutual labels:  aws, serverless, lambda
Terraform Nextjs Plugin
A plugin to generate terraform configuration for Nextjs 8 and 9
Stars: ✭ 41 (-47.44%)
Mutual labels:  aws, serverless, lambda
Up
Up focuses on deploying "vanilla" HTTP servers so there's nothing new to learn, just develop with your favorite existing frameworks such as Express, Koa, Django, Golang net/http or others.
Stars: ✭ 8,439 (+10719.23%)
Mutual labels:  aws, serverless, lambda
Lambda Refarch Webapp
The Web Application reference architecture is a general-purpose, event-driven, web application back-end that uses AWS Lambda, Amazon API Gateway for its business logic. It also uses Amazon DynamoDB as its database and Amazon Cognito for user management. All static content is hosted using AWS Amplify Console.
Stars: ✭ 1,208 (+1448.72%)
Mutual labels:  aws, serverless, lambda
Workshop Donkeytracker
Workshop to build a serverless tracking application for your mobile device with an AWS backend
Stars: ✭ 27 (-65.38%)
Mutual labels:  aws, serverless, lambda
Serverless Node Simple Messaging
Simple email AWS lambda function
Stars: ✭ 75 (-3.85%)
Mutual labels:  aws, serverless, lambda
Lambdalogs
A CLI tool to trace AWS Lambda calls over multiple CloudWatch log groups.
Stars: ✭ 18 (-76.92%)
Mutual labels:  aws, serverless, lambda
Lambda Audio
Run Sound eXchange (SoX), the Swiss Army knife of audio manipulation, with Lame on AWS Lambda
Stars: ✭ 53 (-32.05%)
Mutual labels:  aws, serverless, lambda
Serverless Es Logs
A Serverless plugin to transport logs to ElasticSearch
Stars: ✭ 51 (-34.62%)
Mutual labels:  aws, serverless, lambda
Apex
Old apex/apex
Stars: ✭ 20 (-74.36%)
Mutual labels:  aws, serverless, lambda
Serverless Slackbot
A boilerplate Serverless Slackbot framework with a custom scripts folder (like Hubot)
Stars: ✭ 72 (-7.69%)
Mutual labels:  aws, serverless, lambda
Lamb
monitoring tool for better visibility when developing AWS Lambda functions
Stars: ✭ 11 (-85.9%)
Mutual labels:  aws, serverless, lambda
Serverless Plugin Stackstorm
Plugin for serverless framework to run ready to use actions from StackStorm Exchange as AWS Lambda.
Stars: ✭ 28 (-64.1%)
Mutual labels:  aws, serverless, lambda
Aws Lambda Workshop
Some incremental examples suitable to host an AWS Lambda Functions workshop
Stars: ✭ 18 (-76.92%)
Mutual labels:  aws, serverless, lambda
Chalice
Python Serverless Microframework for AWS
Stars: ✭ 8,513 (+10814.1%)
Mutual labels:  aws, serverless, lambda
Serverless Plugin Warmup
Keep your lambdas warm during winter. ♨
Stars: ✭ 814 (+943.59%)
Mutual labels:  aws, serverless, lambda
Aws Toolkit Vscode
AWS Toolkit for Visual Studio Code, an extension for working with AWS services including AWS Lambda.
Stars: ✭ 823 (+955.13%)
Mutual labels:  aws, serverless, lambda
Serverless Application Model
AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications
Stars: ✭ 8,305 (+10547.44%)
Mutual labels:  aws, serverless, lambda
Ask Around Me
The Ask Around Me example serverless web application. See the Compute Blog series and video series for more information. Contact @jbesw for info.
Stars: ✭ 67 (-14.1%)
Mutual labels:  aws, serverless, lambda

seoul-bike

서울시 자전거 따릉이를 위한 모바일에 최적화된 웹사이트 입니다. https://bike.sympathique.me/

따릉이를 사용하는 대부분의 사람들이 내 주변 거치대를 찾기위해 모바일에서 앱을 사용할텐데(공식 사이트),
이게 모바일에서는 도저히 제대로 된 사용이 불가능한 수준의 조악한 웹사이트 입니다. 결제야 어른의 사정으로 그렇다 치더라도
일상적으로 써야하는 "나에게 가까운 거치대 확인" 조차 안되어 있는건

  1. 웹사이트 만드는데는 이렇게 돈을 써놓고 이것만 안 만든게 이해도 안가고
  2. 제가 사용하기 빡쳐서

이부분을 제대로된 기능으로 만들어 제공하려는 목적으로 만들었습니다.

유일한 기능은 내 주변의 거치대 목록 및 잔여 자전거 수 표시 이며, 이 데이터는 현재 5분단위로 업데이트 됩니다.

개인정보

사용자의 위치정보는 사용자 단말기의 browser에만 저장되며, 외부로 공유되지 않습니다.

라이센스

현재는 AWS와 Google Firebase를 통해 무료로 호스팅 되고 있어, 별도의 유지비용이 없기에 무료로 제공합니다.

화면

위와 같이 Add to home screen을 이용해 web app으로 사용할수 있습니다.

기술 스택

Frontend Application

Vue.js 와 webpack으로 구성된 template을 사용했고, 배포는 Firebase static hosting을 사용합니다

Backend Application

Vingle에서 사용중인 microservice-template 에 S3와 Lambda, Cloudwatch를 이용하여 5분에 한번씩 현재 거치대 정보를 읽어 s3에 저장합니다.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].