Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 2.04 KB

README.md

File metadata and controls

63 lines (40 loc) · 2.04 KB

NodeBotsDay Editor

This is a visual drag and drop desktop editor focused on interacting with johnny-five firmatta and hardware through nodejs. It will enable you to create programs to stream and control hardward from your desktop without having to type a lot.

Motivation

This project is a community driven project and is primarily driven to give children a simple way to connect to their hardware projects, using a drag and drop style editor experience.

Technology Stack

This application will be built using the following technologies

  • javascript
  • nodejs
  • pouchdb
  • material-design-lite
  • blockly
  • electron

The app will be a desktop application and will be cross-platform, so it should support Windows, Mac, and Linux

Example

[Add Screenshot here]

Install

  • Windows
  • MacOSX
  • Linux

Developer Setup

npm Install
npm start

Developer Documentation

See Wiki

Changelog

[nbd-edit] follows semantic versioning. To see a changelog with all [nbd-edit] releases, check out the Github releases page.

For a concise list of breaking changes, there's the wiki list of breaking changes.

Contributing

We're always looking for new contributors! If you'd like to try your hand at writing code, writing documentation, designing the website, writing a blog post, or answering questions on StackOverflow, then we'd love to have your input.

If you have a pull request that you'd like to submit, please read the contributing guide for info on style, commit message format, and other (slightly!) nitpicky things like that. nbd-edit is heavily tested, so you'll also want to check out the testing guide.