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: 3 months 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
- Host: GitHub
- URL: https://github.com/alpgokcek/perfanalyticsjs
- Owner: alpgokcek
- Created: 2021-05-22T14:25:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T11:00:06.000Z (about 4 years ago)
- Last Synced: 2025-04-09T23:51:38.157Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README


# 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/)