0.0.29 • Published 3 years ago

brainsatplay_test v0.0.29

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
3 years ago

brainsatplay.js

Brains@Play is the platform for deploying brain-responsive applications. The entire software stack behind our platform contained here as brainsatplay.js: an open-source framework for developing durable brain-responsive applications using modern web technologies.

Explore our documentation here.

Brains@Play Github GPLv3 stability-alpha

Building the App in this Repo

Clone this repo and unzip contents to a folder.

Open Folder via command line (VS Code recommended, latest NodeLTS with latest NPM required)

npm install
npm start

Follow the url given for localhost (usually localhost:1234) for the local build. Hot reloading is enabled for editing via Parcel.

Library Usage

Node.js

npm install brainsatplay
ES Modules
import * as brainsatplay from 'brainsatplay'
CommonJS (Not Yet Supported)
const brainsatplay = require('brainsatplay')

Browser

<script src="https://cdn.jsdelivr.net/npm/brainsatplay"></script>

Examples

Brains@Play Platform

Our open-source content management system for brainsatplay.js applications.

Support

If you have questions about developing with Brains@Play, feel free to start a conversation on Discord or reach out directly to our team at contact@brainsatplay.com.

0.0.29

3 years ago

0.0.28

3 years ago

0.0.27

3 years ago

0.0.26

3 years ago

0.0.25

3 years ago

0.0.24

3 years ago

0.0.23

3 years ago

0.0.22

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago