最近有個需要判斷各種 user-agent 的需求,雖然有蠻多 package 在做類似的事情 (useragent, ua-parser-js),但小編覺得這套 express-useragent 比較符合現在的需求。
不過發現無論是這套或是其他更知名的 package,好像都缺乏了 isMobileNative 這個屬性。也就是當手機 App 在發送 request 不是用 WebView,而是用原生發送時所帶的 user-agent,這些 package 好像都沒有判斷。
於是小編自己發了一個 PR 到 express-useragent 上面,這個可以判斷 request 是否為 iOS 或是 Android 原生發送的 user-agent。判斷可能還不夠嚴謹,但至少先把功能丟上去,大家有興趣再幫忙一起 feedback 吧。
對這個 PR 有需求的也幫忙在 GitHub 裡面按一下讚吧,看到這個 package 也近兩個月沒更新了。
#useragent #nodejs #javascript
「express js github」的推薦目錄:
- 關於express js github 在 Kewang 的資訊進化論 Facebook 的最佳貼文
- 關於express js github 在 expressjs/express: Fast, unopinionated, minimalist ... - GitHub 的評價
- 關於express js github 在 jollen/nodejs-express: Node.js 雲端技術與軟體思惟 - GitHub 的評價
- 關於express js github 在 Node.js - GitHub 的評價
- 關於express js github 在 nodejs/node: Node.js JavaScript runtime - GitHub 的評價
- 關於express js github 在 gothinkster/node-express-realworld-example-app - GitHub 的評價
- 關於express js github 在 shoplineapp/sl-express: A nodejs framework based on expressjs 的評價
- 關於express js github 在 Setting Up a Secure Instance of Express JS (GitHub Repo) 的評價
- 關於express js github 在 How to publish a website made by Node.js to Github Pages? 的評價
- 關於express js github 在 How to publish a website made by Node.js to Github Pages? 的評價
- 關於express js github 在 Node.JS DevOps: Simplify Your Life with GitHub Actions 的評價
- 關於express js github 在 How to Connect Github API with a Nodejs Server - Crowdbotics 的評價
- 關於express js github 在 Custom GitHub Actions in Node.js 的評價
- 關於express js github 在 Custom GitHub Actions in Node.js 的評價
- 關於express js github 在 Using Node.js to get useful GitHub data - DEV Community 的評價
- 關於express js github 在 GitHub security team finds remote code execution bug in ... 的評價
- 關於express js github 在 GitHub Actions — Getting Started With Node.js - Future Studio 的評價
- 關於express js github 在 node.js台灣 - Facebook 的評價
- 關於express js github 在 How to deploy Node.js app on Heroku from GitHub 的評價
- 關於express js github 在 Create a Node JS application for Downloading sources from ... 的評價
- 關於express js github 在 Building a GitHub App With Node.js - The Code Barbarian 的評價
- 關於express js github 在 Continuous Deployment in Node.js with GitHub Actions and ... 的評價
- 關於express js github 在 Stuck in the step 2 of Introduction to Node with Express 的評價
- 關於express js github 在 How to Create a Custom GitHub Action with Node & JavaScript 的評價
- 關於express js github 在 passport-github 的評價
- 關於express js github 在 Karma - Spectacular Test Runner for Javascript 的評價
- 關於express js github 在 Create a GitHub Tracker with Push Notifications in Svelte 的評價
- 關於express js github 在 GitHub - Wikipedia 的評價
- 關於express js github 在 Express.js Guide: The Comprehensive Book on Express.js 的評價
- 關於express js github 在 Github youtube downloader 的評價
- 關於express js github 在 Github youtube downloader 的評價
- 關於express js github 在 Cs50 movies github - fr-sieg.de 的評價
- 關於express js github 在 Node.js Web Development: Server-side development with Node ... 的評價
- 關於express js github 在 Building Hypermedia APIs with HTML5 and Node 的評價
- 關於express js github 在 Deploying Node.js - 第 212 頁 - Google 圖書結果 的評價
- 關於express js github 在 Web Development with MongoDB and Node: Build fast web ... 的評價
- 關於express js github 在 Practical Node.js: Building Real-World Scalable Web Apps 的評價
- 關於express js github 在 Deno Web Development: Write, test, maintain, and deploy ... 的評價
express js github 在 jollen/nodejs-express: Node.js 雲端技術與軟體思惟 - GitHub 的推薦與評價
Node.js 雲端技術與軟體思惟. Contribute to jollen/nodejs-express development by creating an account on GitHub. ... <看更多>
express js github 在 Node.js - GitHub 的推薦與評價
Node.js has 190 repositories available. Follow their code on GitHub. ... <看更多>
express js github 在 expressjs/express: Fast, unopinionated, minimalist ... - GitHub 的推薦與評價
The Express philosophy is to provide small, robust tooling for HTTP servers, making it a great solution for single page applications, websites, hybrids, or ... ... <看更多>
相關內容