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

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

Awesome Lists containing this project

README

        

# Install
```
meteor add poetic:meteor-heap
```

# Setup
```
// settings.json:
{
"public": {
"HEAP_API_KEY": "",
}
}

// shell
meteor --settings settings.json
```