Library that uses Axios to access CouchDb
- Install
npm
- Run
npm install taminion
To use Taminion you will need to connect to your CouchDb.
const taminion = require('taminion');
const db = taminion('http://localhost:5984');
alternatively you could also use:
const db = require('taminion')('http://localhost:5984');