Ecosyste.ms: Awesome

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

https://github.com/cloudinary/web-speed-test-server

Page Speed Image Performance Analysis (Server)
https://github.com/cloudinary/web-speed-test-server

cloudinary-service

Last synced: 4 months ago
JSON representation

Page Speed Image Performance Analysis (Server)

Lists

README

        

# web-speed-test Image Performance Analysis Server App

This is the server app for Cloudinary image analysis tool.

## Getting Started

### Installation

**Step 1**. Make sure that you have [Node.js](https://nodejs.org/) v5 or newer and
[Yarn](https://yarnpkg.com/) installed on your development machine.

**Step 2**. Clone this repository

```shell
$ git clone [email protected]:CloudinaryLtd/web-speed-test-server.git web-speed-test-server
$ cd web-speed-test
$ yarn install # Install project dependencies listed in package.json
```

**Step 3**. Set CLOUDINARY_URL

You will need to add your CLOUDINARY_URL to an `.env` file under `/server`

**Step 4**. Compile and launch your app by running:

```shell
$ yarn start # Run the server
```