https://github.com/optimizely/analyze-css
Track a stylesheet's payload over time.
https://github.com/optimizely/analyze-css
Last synced: 10 months ago
JSON representation
Track a stylesheet's payload over time.
- Host: GitHub
- URL: https://github.com/optimizely/analyze-css
- Owner: optimizely
- Archived: true
- Created: 2015-04-18T21:40:28.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T17:39:44.000Z (about 3 years ago)
- Last Synced: 2025-03-01T12:17:29.126Z (about 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# analyze-css
A simple Node.JS application to track the payload of a stylesheet over time using [Parker](https://github.com/katiefenn/parker).
## Getting Started
1. `npm install` installs dependencies.
2. `npm start` sets up the database using credentials in `knexfile.js`.
3. Fetch a stylesheet, analyze it, and store in a database using:
```bash
node index.js app https://example.com/styles.css
```