Skip to content

Latest commit

 

History

71 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

![Node Cannabis Reports travisci badge](https://travis-ci.org/ducks/node-cannabis-reports.svg?branch=master)

Coverage Status

Node Cannabis Reports

A node wrapper around Cannabis Reports.

Installation

You should only need to run yarn install --no-lockfile.

Tests

There is a minimal set of tests currently but more are coming. Run yarn run test.

Docs

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

Usage

const CannabisReports = require('src/index');
const cr = new CannabisReport(apiKey);

cr.Strains.getAll().then(function(strains) {
  // list of strains
});

About

A node wrapper around https://developers.cannabisreports.com

Resources

Stars

8 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages