0.0.3 • Published 10 months ago

@worksheets/apps-sample-data v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

Overview

This is the worksheets.dev registry of sample data for our applications. This package gives you dummy data for all of the inputs, outputs and context of all of the applications in the registry.

Usage

Installation

npm install @worksheets-dev/sample-data

Accessing Sample Data

import { sampleData } from '@worksheets-dev/sample-data';

console.log(sampleData.openai.createCompletion.context);
console.log(sampleData.openai.createCompletion.input);
console.log(sampleData.openai.createCompletion.output);

Supported Applications

Visit worksheets.dev to see the full list of supported applications.

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago