https://github.com/poetic/meteor-heap
Meteor package wrapper for heap
https://github.com/poetic/meteor-heap
Last synced: 3 months ago
JSON representation
Meteor package wrapper for heap
- Host: GitHub
- URL: https://github.com/poetic/meteor-heap
- Owner: poetic
- Created: 2016-02-12T23:05:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-12T23:12:38.000Z (over 9 years ago)
- Last Synced: 2025-01-24T17:14:36.538Z (5 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install
```
meteor add poetic:meteor-heap
```# Setup
```
// settings.json:
{
"public": {
"HEAP_API_KEY": "",
}
}// shell
meteor --settings settings.json
```