Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cvan/marketplacemat
watch what we eat (bytes)
https://github.com/cvan/marketplacemat
Last synced: 7 days ago
JSON representation
watch what we eat (bytes)
- Host: GitHub
- URL: https://github.com/cvan/marketplacemat
- Owner: cvan
- Created: 2014-01-17T08:43:33.000Z (about 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-01-17T09:56:16.000Z (about 11 years ago)
- Last Synced: 2025-01-29T18:02:42.001Z (13 days ago)
- Language: JavaScript
- Homepage: http://cvan.github.io/marketplacemat/history/
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history/index.html
Awesome Lists containing this project
README
# marketplacemat
Watch what we eat (bytes).
## Installation
We use [grunt](http://gruntjs.com/):
npm install grunt-cli -g
npm install## Recording sizes
These files were compiled using [`heifer`](https://github.com/potch/heifer):
for url (https://marketplace.firefox.com https://marketplace.allizom.org https://marketplace-dev.allizom.org) { \
domain=$url:s/https:\/\///:s/http:\/\///;
fn='history/'$domain'/'$(date +%Y.%m.%d-%H.%M.%S);
heifer --url $url --export-html $fn'.html' --export-json $fn'.json';
}## Updating GitHub™ Pages
1. Build the directory indices (grunt task coming soon):
```
node build-indices/indices.js
```2. Push pages:
```
grunt gh-pages
```