Skip to content

Commit bfc2c96

Browse files
authored
Create README.md
1 parent 13d3f53 commit bfc2c96

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# JavaScript-Twitter-Bot
2+
Twitter Bot made using Twit API and Node.js.
3+
Check this Twitter Bot out on Twitter by the name: @JS_Is_Life.
4+
If you tweet at it, it will tweet back at you!! :D
5+
Processing software was used to make randomized images using code in 'images/images.pde'.
6+
You need to install the following to make your own Twitter Bot:
7+
npm, (using brew install npm)
8+
Twit (using npm install twit --save)
9+
10+
If you want to check add to the project, go to https://www.npmjs.com/package/twit and add functionality.
11+
In case you liked this, star it and tweet at the Bot!
12+
#JS_Is_Life :D
13+

0 commit comments

Comments
 (0)