https://github.com/cloudinary-devs/webperf-network-api
https://github.com/cloudinary-devs/webperf-network-api
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudinary-devs/webperf-network-api
- Owner: cloudinary-devs
- Created: 2018-11-15T14:09:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T10:30:23.000Z (over 6 years ago)
- Last Synced: 2025-01-25T16:41:43.618Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a concept application showing the use of the Network Information API, Service Workers and Cloudinary to adaptively display lower quality images if required based on the network speed.
# Install the dependencies
Make sure that you have Node.js installed.
To install the dependencies of this project, please execute `npm i`
# Launch the application
> Please remember to use Chrome version 63 or above
To start an HTTP server for serving the application execute `npm start`.
> You can use any other HTTP server to serve `index.html`.