-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit d2c7034
Showing
6 changed files
with
810 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
}); |
Oops, something went wrong.