This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

brainsatplay_test

0.0.29 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i brainsatplay_test

Weekly Downloads

1

Version

0.0.29

License

GPL-3.0-only

Unpacked Size

13.1 MB

Total Files

115

Last publish

Collaborators

  • moothyknight