https://github.com/jerone/packagesize
Get the file size for populair JavaScript frameworks and libraries
https://github.com/jerone/packagesize
Last synced: 11 months ago
JSON representation
Get the file size for populair JavaScript frameworks and libraries
- Host: GitHub
- URL: https://github.com/jerone/packagesize
- Owner: jerone
- License: mit
- Created: 2015-01-14T22:58:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T19:30:54.000Z (about 3 years ago)
- Last Synced: 2025-06-21T10:06:36.458Z (11 months ago)
- Language: JavaScript
- Homepage: https://packagesize.herokuapp.com
- Size: 3.24 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
PackageSize
===========

[](https://david-dm.org/jerone/PackageSize)
[](https://github.com/jerone/PackageSize/blob/master/LICENSE.md)
[](https://gitter.im/jerone/PackageSize)
PackageSize is a website that shows the **file size** from the files used within
the most common packages (including **JavaScript/CSS frameworks & libraries**).
PackageSize uses a list of packages from [*cdnjs*](https://cdnjs.com/).
The list and information is fetched from their [API](https://github.com/cdnjs/cdnjs/wiki/Extensions%2C-Plugins%2C-Resources).
For the design is [*Material Design for Bootstrap*](http://fezvrasta.github.io/bootstrap-material-design/bootstrap-elements.html) used, which is a [Bootstrap](http://getbootstrap.com) theme that brings the [Google Material Design](http://www.google.com/design/spec/material-design/) to everyone's favorite front-end framework :smile:.
## Prerequisites
- [Node.js](http://nodejs.org) v0.12.0
- [npm](https://github.com/npm/npm) v2.5.1
*Optional*:
- [Bower](http://bower.io) v1.3.12 (`npm install -g bower`)
- [Nodemon](http://nodemon.io/) v1.3.7 (`npm install -g nodemon`)
## Install
1. Install npm dependencies: `npm install`
2. Start app: `npm run start` or with nodemon: `nodemon`
3. Open browser on [`http://localhost:1337`](http://localhost:1337)
## Debug
On windows, run this in the console to get only debug message related to PackageSize:
```
SET DEBUG=packagesize:*
```
## Contributing
Please review the [guidelines for contributing](https://github.com/jerone/PackageSize/blob/master/CONTRIBUTING.md) to this repository.