https://github.com/mozilla/heatmap
INACTIVE - http://mzl.la/ghe-archive - Context Graph Data Ingestion
https://github.com/mozilla/heatmap
inactive unmaintained
Last synced: 4 months ago
JSON representation
INACTIVE - http://mzl.la/ghe-archive - Context Graph Data Ingestion
- Host: GitHub
- URL: https://github.com/mozilla/heatmap
- Owner: mozilla
- License: mpl-2.0
- Archived: true
- Fork: true (crankycoder/heatmap)
- Created: 2016-07-14T13:37:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-24T11:53:45.000Z (over 6 years ago)
- Last Synced: 2024-09-19T02:26:47.023Z (8 months ago)
- Topics: inactive, unmaintained
- Language: JavaScript
- Size: 235 KB
- Stars: 13
- Watchers: 11
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Heatmap
This is an add-on to collect and submit data to the context graph
backend.## dev
Install `jpm`, `addons-linter`, `eslint` and dev dependencies
```
npm install .
```## testing:
Arguments after `--` go to `jpm`
```
npm test -- --tbpl -b Aurora
```