An open API service indexing awesome lists of open source software.

https://github.com/nandovejer/ikay


https://github.com/nandovejer/ikay

Last synced: 2 months ago
JSON representation

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.

![Repo IKAY image ](src/images/repo.jpg)

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
```