Skip to content

Instantly share code, notes, and snippets.

View ljhyeok's full-sized avatar
🔥
Let's start fresh

JunHyeok Lim ljhyeok

🔥
Let's start fresh
View GitHub Profile
@ljhyeok
ljhyeok / detect-webview-browser-use-ua-parser-js.md
Created August 5, 2021 05:45 — forked from jinsangYoo/detect-webview-browser-use-ua-parser-js.md
ua-parser-js를 이용해 useragent를 파싱하고 웹뷰와 웹브라우져 구분하기

개요

  • A3 script에서 useragent를 이용해 현재 단말기로 로그인한 것인지 PC에서 로그인한 것인지 결정
  • ua-parser-js 오픈 소스 사용해서 useragent를 파싱

ua-parser-js 설치

  • npm install --save-dev ua-parser-js
  • import * as uaParserJS from 'ua-parser-js'; 해서 사용

작업 내용

@ljhyeok
ljhyeok / README-Template.md
Created May 17, 2019 02:35 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites