mirror of
https://github.com/donl/slouch.git
synced 2026-05-25 22:07:24 -06:00
* feat(getting-started) * feat(getting-started): destroy doc * doc(getting-started) * feat(examples)
6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
'use strict';
|
|
|
|
var Slouch = require('../');
|
|
var slouch = new Slouch('http://admin:admin@localhost:5984');
|
|
|
|
// TODO
|