Skip to content

Commit

Permalink
Update pipe plugin readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleeuw authored Oct 26, 2023
1 parent d66904c commit ae86a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugin-pipe/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

This plugin facilitates communication with DataPipe (https://pipe.jspsych.org), a service that enables sending data directly to an OSF component. This plugin is under v0.1 to reflect that the API of DataPipe is still under development.
This plugin facilitates communication with DataPipe (https://pipe.jspsych.org), a service that enables sending data directly to an OSF component. This plugin is under v0.x to reflect that the API of DataPipe is still under development.

The plugin enables sending data collected by the experiment to DataPipe, which is then routed to an OSF component. This allows hosting an experiment without using a backend server, such as through a free service like [GitHub Pages](https://pages.github.com/). DataPipe also allows sending base64 encoded files (such as audio or video recordings), which are decoded into their original form before being sent to the OSF component. It also supports a simple balanced condition assignment, which allows for sequential assignment to conditions without the need for a backend server.

Expand All @@ -11,7 +11,7 @@ The plugin enables sending data collected by the experiment to DataPipe, which i
### In browser

```js
<script src="https://unpkg.com/@jspsych-contrib/plugin-pipe@0.1">
<script src="https://unpkg.com/@jspsych-contrib/plugin-pipe@0.3">
```

### Via NPM
Expand Down

0 comments on commit ae86a8e

Please sign in to comment.