A simple HTTP application server that accepts or rejects connections based on authenticated attributes including ip, user agent, etc. The server can be used stand alone or as middleware for connect or express.
This is an adapted version of rand-user-agent by WebScrapingAPI specifically designed for environments lacking access to server file systems (fs), such as Cloudflare Workers.
**Browser, OS, and device detection based on the available user agent string. Can be used both in a browser (also as a standalone script) or in a server environment.**
Internet Explorer and Microsoft Edge browsers definition
A plugin for Prerender server which makes it passthrough the request user-agent instead of masking it. This is intended for sites that serve different content based on the request user agent.
Dynamic Rendering allows you to render React components different depending on user agent. If your visitor is a bot, like GoogleBot or Yandex, use Server Side Rendering + hydration. If your visitor is a real user, use only Client Side Rendering.
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Marks all side-effects in module initialization that will interfere with tree-shaking
A Server-Side Rendering (SSR) library to detect Material UI breakpoints from user agent.
Prerender server plugin for forwarding http User-Agent header instead of masking it FantomJS.
Express middleware for server-side device / OS / browser detection based off of conditionizr: http://conditionizr.com