Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alpgokcek/perfanalyticsjs
- Owner: alpgokcek
- Created: 2021-05-22T14:25:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T11:00:06.000Z (over 3 years ago)
- Last Synced: 2024-11-05T21:33:47.974Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)