https://github.com/nandovejer/ikay
https://github.com/nandovejer/ikay
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nandovejer/ikay
- Owner: nandovejer
- License: mit
- Created: 2020-10-30T18:02:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T10:08:16.000Z (11 months ago)
- Last Synced: 2025-02-12T05:59:53.663Z (4 months ago)
- Language: JavaScript
- Size: 1.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Browser fingerprint
Hi, I'm Nando Muñoz , IKAY is a tool that you can visualize, identify and manage your fingerprint. I will show you a dashboard with part of the information that you delive to a website, every time you access by your browser.

DEMO: https://nandovejer.github.io/ikay/
## Commands
### Installation
```sh
$ npm ci
```### Build Assets
```sh
$ npm run build
```### Enable Source Files Watcher
```sh
$ npm run watch
```### Enable Source Files Watcher Using an Existing Webserver
```sh
$ npm run watch:externalServer
```### Bundle
```sh
$ npm run bundle
```### Bundle (using external server for preview)
```sh
$ npm run bundle:externalServer
```### Production / Build Assets
```sh
$ npm run production
```### Run Code Style Linters
```sh
$ npm run lint-sass
``````sh
$ npm run lint-js
```