https://github.com/bkawk/finger-print
Polymer 3 Element to fingerprint the browser
https://github.com/bkawk/finger-print
Last synced: about 2 months ago
JSON representation
Polymer 3 Element to fingerprint the browser
- Host: GitHub
- URL: https://github.com/bkawk/finger-print
- Owner: bkawk
- License: mit
- Created: 2019-04-27T15:26:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-27T15:54:36.000Z (almost 7 years ago)
- Last Synced: 2025-08-25T15:35:02.366Z (7 months ago)
- Language: HTML
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# \
## Install the Polymer-CLI
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) and npm (packaged with [Node.js](https://nodejs.org)) installed. Run `npm install` to install your element's dependencies, then run `polymer serve` to serve your element locally.
## Viewing Your Element
```
$ polymer serve
```
## Running Tests
```
$ polymer test
```
Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.