loklak
v1.1.0
Published
Node.js wrapper for loklak.org API - distributed tweet search server
Downloads
1
Maintainers
Readme
Loklak API
Node.js wrapper for loklak.org API - distributed tweet search server
Install
npm install --save loklak
Using
var loklak = require('loklak');
Status
loklak.status(function (data) {
console.log(data);
});
Hello
loklak.hello(function (data) {
console.log(data);
});
Peers
loklak.peers(function (data) {
console.log(data);
});
Geocode
loklak.geocode(['Votkinsk'], function (data) { console.log(data); })
Users
loklak.user({name: 'sevazhidkov', followers: 20, following: 20}, function (data) { console.log(data); })
Search
loklak.search({q: 'Code-in'}, function (data) { console.log(data); })
Contact
Send me a message in Telegram: @sevazhidkov.
Or in Twitter: @sevazhidkov.
Or E-mail: [email protected].