Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ericz99 committed Nov 9, 2018
0 parents commit d2c7034
Show file tree
Hide file tree
Showing 6 changed files with 810 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/node_modules
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Twitter Monitor OCR

You are able to monitor any twitter page, such as, @cybersole, @destroyerbots, and more!
Currently under development... Just wait pls. I'm currently busy and it's on hold right now!

## Instruction

- NPM install
- cd twt-monitor
- npm start to run

## Social Media

Follow me @washed_kid on twitter!
Empty file added config.json
Empty file.
8 changes: 8 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
require("console-stamp")(console, {
colors: {
stamp: "yellow",
label: "cyan",
label: true,
metadata: "green"
}
});
Loading

0 comments on commit d2c7034

Please sign in to comment.