Skip to content

A cross-browser solution to bookmarking a URL.

License

Notifications You must be signed in to change notification settings

Richienb/bookmarker

Repository files navigation

Travis CI Build Status CodeFactor Score

Bookmarker

NPM

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)
    }
)

About

A cross-browser solution to bookmarking a URL.

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published