Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyborq/io-blocks
Create programs for your Arduino devices freely and comfortable with visual programming interface!
https://github.com/kyborq/io-blocks
arduino arduino-sketch javascript react reactjs redux-toolkit typescript
Last synced: 10 days ago
JSON representation
Create programs for your Arduino devices freely and comfortable with visual programming interface!
- Host: GitHub
- URL: https://github.com/kyborq/io-blocks
- Owner: kyborq
- Created: 2022-10-23T11:16:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T17:50:07.000Z (over 2 years ago)
- Last Synced: 2023-03-06T22:14:16.577Z (almost 2 years ago)
- Topics: arduino, arduino-sketch, javascript, react, reactjs, redux-toolkit, typescript
- Language: JavaScript
- Homepage: https://ioblocks.app/
- Size: 364 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
![]()
# IO Blocks
![Screen](https://user-images.githubusercontent.com/52314985/197397280-a3df48f2-b011-432e-a1b8-86a27a346acf.png)
Create programs for your Arduino devices freely and comfortable with visual programming interface!
## Screenshots
![]()
Screenshot 2
Screenshot 3
Screenshot 4
Screenshot 5
## Feautures
Some feauture listing
## Try It!
Click here to try online version
## Development
0. Software
Check your installed NodeJS
1. Clone repository
```
git clone https://github.com/kyborq/io-blocks.git
cd io-blocks
```2. Install dependencies
```
npm install
```3. Run and enjoy
```
npm run
```