Bookmarker A cross-browser solution to bookmarking a URL. Importing From your NodeJS application: const Bookmarker = require("bookmarker") From your web application: <script src="https://unpkg.com/bookmarker/bookmarker.min.js"></script> Usage Bookmarker( { url: "https://example.com", // URL title: "Example Website" // Title (Default: Automatically detected) useFallBack: true // Show bookmark instructions if needed (Default: True) })