-
[Project] 암호화 시세조회 앱 (iOS)
Swift를 이용해 암호화폐 실시간 시세와 한국 프리미엄을 조회할 수 있는 앱을 개발했습니다. Language : Swift Library : Alamofire / SwiftyJSON / SnapKit 기타 : Xcode, git 소스코드 스위프트와 Alamofire, SwiftyJSON 라이브러리를 이용해 암호화폐 거래소인 UpBit와 Bittrex의 실시간 시세 정보를 알려주는 애플리케이션을 개발하였습니다. 또한, Today Extension을 사용해 위젯을 통해 시세를 조회할 수 있는 기능을 더했습니다.
-
[Project] Cryptocurrency Price Ticker App (iOS)
I developed an app that display real time price ticker information of cryptocurrencies and Korea premiums. Language : Swift Library : Alamofire / SwiftyJSON / SnapKit ETC : Xcode, git Source Code I developed an application that shows the real-time cryptocurrencies price ticker information of UpBit and Bittrex using Swift, Alamofire and SwiftyJSON Libraries. Also, I added function that display ticker information in iOS widget using Today Extension.
-
[Project] Twenty CMS
대학생을 위한 미디어 플랫폼 트웬티(TWENTY)에서 인턴으로 근무하며 콘텐츠 매니징 시스템을 개발했습니다. Language/Framework : Python/Django DB : MySQL, Django ORM Server : nCloud, uCloud, Ubuntu 14.04.4 LTS Charts : D3.js 기타 : TDD, Git, Vim, PyCharm 제가 맡은 부분은 서비스 사용 로그를 분석해 통계를 내리는 DASHBOARD부분과 콘텐츠 관리페이지, 개별 콘텐츠 통계분석페이지였습니다. 메인 Dashboard이며, 사용자가 로그인 했을 때 현재 서비스의 상태를 직관적으로 확인할 수 있도록 하고자 만들었습니다. 콘텐츠 매니징 시스템의 콘텐츠 리스트 부분입니다. 트웬티 어플리케이션에 매일 발행되는...
-
[Project] Twenty CMS - English
I worked as an intern at TWENTY(Start-up - Media platform for university students) and developed a content management system. Language/Framework : Python/Django DB : MySQL, Django ORM Server : nCloud, uCloud, Ubuntu 14.04.4 LTS Charts : D3.js ETC : TDD, Git, Vim, PyCharm My part was the DASHBOARD section, which analyzes the service usage log and makes statistics, the content management page, and the individual content statistics analysis page. This is the main Dashboard, created...
-
[Project] 사진블로그
교내 웹프로그래밍 강의의 프로젝트로 제작한 사진중심의 블로그입니다. Language : Java, JSP, CSS Library : cos DB : MySQL Web Server : Apache Tomcat 기타 : Git, IntelliJ 소스코드 인스타그램의 UI를 모방하여 제작하였고, Java와 JSP를 이용해 만들었습니다. 메인화면은 팔로우한 사용자의 포스팅만을 보여줍니다. 사진을 업로드하고 포스팅을 작성하는 페이지입니다. 사진 업로드에는 cos 라이브러리를 사용하였고, 포스팅 내용의 해시태그를 자동으로 인식하여 DB에 저장하면서 하이퍼링크를 생성하도록 작성했습니다. 해시태그 기능도 구현하여 해시태그를 클릭하면 동일한 해시태그가 포함된 게시물을 보여줍니다. 프로필창에서 자신이 올린 게시물을...
-
[Project] PhotoBlog - English
It is a photograph-oriented micro blog developed as a project of web-programming class on campus. Language : Java, JSP, CSS Library : cos DB : MySQL Web Server : Apache Tomcat ETC : Git, IntelliJ Source Code It was created by imitating the UI of the Instagram, and developed using Java and JSP. The main page only shows the posts of the users you follow. This is the page where you upload photos and create...
-
[Project] KakaoTalk 학식봇
카카오톡 자동응답 API로 학생식당 메뉴를 알려주는 어플리케이션을 개발했습니다. Language/Framework : Python/Django Library : BeautifulSoup DB : MySQL, Django ORM Server : nCloud, Ubuntu 14.04.4 LTS 기타 : Git, Vim, PyCharm, Crontab 소스코드 카카오톡 자동응답 API를 이용해 파싱되어 DB에 저장된 학식 메뉴를 알려주는 어플리케이션 입니다. Python BeutifulSoup를 이용해 학생식당 메뉴를 파싱하고, DB에 값을 저장한 뒤 URI를 통해 요청이 오면 DB에 저장된 값을 Return하도록 제작했습니다. 제작과정을 상세하게 기록한 포스팅을 작성했습니다.
-
[Project] KakaoTalk Cafeteria Menu Bot - English
I developed an application that tells the menu of school cafeteria with the auto-answer API of KakaoTalk(messanger application like Line). Language/Framework : Python/Django Library : BeautifulSoup DB : MySQL, Django ORM Server : nCloud, Ubuntu 14.04.4 LTS ETC : Git, Vim, PyCharm, Crontab Source code Application that tells the menu of school cafeteria using KakaoTalk’s auto-answer API The menu is automatically parsed every morning and stored in the DB. I wrote post detailing the development...
-
[Project] Facebook 학식봇
교내 학생식당의 식단을 편리하게 확인할 수 있도록 Facebook에 자동으로 글을 게시하는 Bot을 제작했습니다. Language/Framework : Python/Django Library : FacebookSDK, BeautifulSoup, PyVirtualDisplay Server : nCloud, Ubuntu 14.04.4 LTS 기타 : Git, Vim, PyCharm, Crontab 소스코드 매일 정해진 시간에 이미지와 같은 학생식당의 식단을 이미지로 페이스북에 업로드하도록 만들었습니다. BeautifulSoup로 학식 메뉴 페이지를 파싱해 HTML테이블에 값을 입력한 뒤 PyVirtualDisplay를 이용해 캡쳐한 이미지를 생성하고 Cron을 이용해 매일 정해진 시간에 Facebook에 포스팅하는 방식으로 구현했습니다.
-
[Project] Facebook Cafeteria Menu Bot - English
I developed a bot that automatically posts menu of cafeteria on Facebook. Language/Framework : Python/Django Library : FacebookSDK, BeautifulSoup, PyVirtualDisplay Server : nCloud, Ubuntu 14.04.4 LTS ETC : Git, Vim, PyCharm, Crontab Source code Bot will post cafeteria’s menu like image above, same time, everyday Parsing cafeteria menu with Python’s BeautifulSoup library, than Insert parsed data to HTML table. Using PyVirtualDisplay library take image of HTML table. lastly post image to Facebook using Cron function...