bookmarker

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i bookmarker

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

40.3 kB

Total Files

9

Last publish

Collaborators

  • richienb