An open API service indexing awesome lists of open source software.

https://github.com/jsreport/jsreport-data

jsreport extension adding support for using sample data for previewing templates
https://github.com/jsreport/jsreport-data

Last synced: about 1 year ago
JSON representation

jsreport extension adding support for using sample data for previewing templates

Awesome Lists containing this project

README

          

**⚠️ This repository has been moved to the monorepo [jsreport/jsreport](https://github.com/jsreport/jsreport)**
--

# jsreport-data
[![NPM Version](http://img.shields.io/npm/v/jsreport-data.svg?style=flat-square)](https://npmjs.com/package/jsreport-data)
[![Build Status](https://travis-ci.org/jsreport/jsreport-data.png?branch=master)](https://travis-ci.org/jsreport/jsreport-data)

jsreport extension adding support for using sample data for previewing templates

See https://jsreport.net/learn/inline-data

## Installation
> npm install jsreport-data

## jsreport-core
You can apply this extension also manually to [jsreport-core](https://github.com/jsreport/jsreport-core)

```js
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-data')())
```