Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alpgokcek/perfanalyticsjs

PerfAnalytics.JS is a client-side library, which collects some performance-related key metrics from browser and sends to the PerfAnalytics.API
https://github.com/alpgokcek/perfanalyticsjs

Last synced: 17 days ago
JSON representation

PerfAnalytics.JS is a client-side library, which collects some performance-related key metrics from browser and sends to the PerfAnalytics.API

Awesome Lists containing this project

README

        

![Node.js](https://img.shields.io/badge/Node.js-14.4-fa9905?style=flat-square&logo=node.js&logoColor=white)
![npm](https://img.shields.io/badge/npm-7.6-ff5200?style=flat-square&logo=npm&logoColor=white)
![yarn](https://img.shields.io/badge/yarn-1.22.4-72147e?style=flat-square&logo=yarn&logoColor=white)

# PerfAnalytics-JS

PerfAnalytics.JS is a client-side library, which collects some performance related key metrics from browser and sends to the PerfAnalytics.API. It is a light-weight script and it's size is around 2.1 KB.

## Table of Contents:

- [Getting Started](#getting-started)
- [Requirements](#requirements)
- [Usage](#usage)
- [Building the Project](#building-the-project)
- [Contact Information](#contact-information)
- [License](#license)


## Getting Started


### Requirements:


- Node v12 or higher (with npm) -> [Node.js Downloads Page](https://nodejs.org/en/download)
- Yarn Package Manager -> Install yarn with npm: `npm install -g yarn`




Before starting the application, fork/download/clone this repo. There are two different ways to run the application:

### Usage


- Install the required dependencies:

```
yarn install
# or
npm install
```

- Paste the following script to the end of your HTML body:

```


...

```



## Building the Project


- To create an optimized production build:

```
npm run build
```

or

```
yarn build
```


## Contact Information


#### Author: Alp Gökçek

#### Github: alpgokcek

#### Email: [email protected]

#### Date: May, 2021


## License


[MIT](https://choosealicense.com/licenses/mit/)