A node wrapper around Cannabis Reports.
You should only need to run yarn install --no-lockfile.
There is a minimal set of tests currently but more are coming.
Run yarn run test.
This module uses RAML.
The docs are located in index.html.
You can regenerate the docs by running yarn run docs.
They can also be viewed online at: https://ducks.github.io/node-cannabis-reports
const CannabisReports = require('src/index');
const cr = new CannabisReport(apiKey);
cr.Strains.getAll().then(function(strains) {
// list of strains
});