1.0.6 • Published 4 years ago

wikitooltip v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Wikitooltip

Wikitooltip is a Javascript library to display wikipedia data inside a tooltip.

Wikitooltip

Installation

Use CDN link provided by

JSDELIVR

https://cdn.jsdelivr.net/gh/Adarsh077/wikitooltip/wikitooltip.js

Use the package manager npm to install Wikitooltip.

npm install wikitooltip

Usage

// If installed via npm
import "wikitooltip";
        OR
require("wikitooltip");
Specify 'data-wikitooltip' attribute in an inline HTML element.

<!DOCTYPE html>
<html lang="en">
    <head>
        <title>Wikitooltip</title>
    </head>
    <body>
        <span data-wikitooltip="Stack_Overflow">
            Stack Overflow
        </span>
    </body>
</html>

alt text

Contributing

Pull requests are welcome. For changes, please open an issue first, to discuss what you would like to change.

License

MIT

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.3--alpha

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago