Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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
```