File tree 3 files changed +60
-0
lines changed
3 files changed +60
-0
lines changed Original file line number Diff line number Diff line change
1
+ node_modules
Original file line number Diff line number Diff line change
1
+ ShenJS nodebots session instruction
2
+
3
+ ### Hardware [ mbot] ( http://mblock.cc/ ) from [ makeblocker] ( http://www.makeblock.cc/ )
4
+
5
+ > mBot is the easiest educational robot for kids to learn programming, Arduino and robotics.
6
+
7
+ ![ mbot] ( https://cloud.githubusercontent.com/assets/1183541/7513052/80e6dfc0-f4f4-11e4-94b8-76d3ee166cd2.jpg )
8
+
9
+ ### Getting started
10
+
11
+ 1 . Install [ Makeblock-USB-Driver] ( https://github.com/Makeblock-official/Makeblock-USB-Driver ) ** This step needs reboot your computer**
12
+ 2 . [ Build the bot] ( http://www.instructables.com/id/How-to-make-a-mBot-with-Makeblock/ )
13
+ 3 . Instal node depedencies(I presume you already have nodejs + npm installed.)
14
+ ```
15
+ npm install
16
+ ```
17
+ 4 . Running Example
18
+ ```
19
+ node examples/test.js
20
+ ```
21
+
22
+ ### Platforms
23
+ * Mac
24
+ * Windows
25
+ * Linux
26
+
27
+ ### Requirements
28
+
29
+ ### Development
30
+
31
+ ### License
32
+ MIT
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " shenjs-nodebots-session" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " repo for shenjs nodebots session" ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "test" : " echo \" Error: no test specified\" && exit 1"
8
+ },
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " https://github.com/jsconfcn/nodebots-session.git"
12
+ },
13
+ "keywords" : [
14
+ " nodebots" ,
15
+ " shenjs" ,
16
+ " jsconfcn"
17
+ ],
18
+ "author" : " jsconfcn" ,
19
+ "license" : " MIT" ,
20
+ "bugs" : {
21
+ "url" : " https://github.com/jsconfcn/nodebots-session/issues"
22
+ },
23
+ "homepage" : " https://github.com/jsconfcn/nodebots-session" ,
24
+ "dependencies" : {
25
+ "firmata" : " ^0.4.1"
26
+ }
27
+ }
You can’t perform that action at this time.
0 commit comments