https://github.com/timbroddin/meteor-instagram-node
A wrapper around instagram-node
https://github.com/timbroddin/meteor-instagram-node
Last synced: 10 months ago
JSON representation
A wrapper around instagram-node
- Host: GitHub
- URL: https://github.com/timbroddin/meteor-instagram-node
- Owner: TimBroddin
- Created: 2014-05-11T12:40:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-16T08:24:29.000Z (about 12 years ago)
- Last Synced: 2025-09-12T04:01:07.213Z (10 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
meteor-instagram-node
======================
A wrapper arround [instagram-node](https://www.npmjs.org/package/instagram-node). I find this NPM package to be more up-to-date than the normal Instagram package.
##Features
- Allows you to set client keys in settings.json
{
"instagram-node": {
"client_id": "XXXXXXXXXXXXX",
"client_secret": XXXXXXXXXXXXX"
}
}
##Installation
sh
mrt add instagram-node
##Example
ig.tag_media_recent('football', function(err, medias, limit) { });
See [here](https://www.npmjs.org/package/instagram-node).