Skip to content

Commit 64edefc

Browse files
Update README.md
1 parent cdc38c6 commit 64edefc

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,42 @@
11
# Console_dot_JS_Android
22
a small android application project to run/evaluate javascript code and to show the output on a custom console using a custom 'console.log()' method. With support of file read/write access using Tasker's JavaScript interface. Based on https://github.com/nirmalpaul383/Console_dot_JS
3+
4+
.................................................................................................................................................................................
5+
6+
Welcome to Console.JS(Android) by N Paul.This is a small project to run/evaluate javascript code and to show the output on a custom console using a custom 'console.log()' method.
7+
You can enter JavaScript code here. You can use the "console.log()" method to output a JS code. It also supports Tasker's JavaScript interface. You can find more information
8+
about Tasker's JavaScript interface at https://tasker.joaoapps.com/userguide/en/javascript.html
9+
10+
.................................................................................................................................................................................
11+
12+
Console.js(Android)(https://github.com/nirmalpaul383/Console_dot_JS_Android) is based on "Console.js"(https://github.com/nirmalpaul383/Console_dot_JS) project by me. This project
13+
is very similar to my another project 'Tasker.js'(https://github.com/nirmalpaul383/Project_Tasker_dot_JS) which is based on "JavaScript_Console_Mini-inside-webpage"(https://github.com/nirmalpaul383/JavaScript_Console_Mini-inside-webpage) project by me.
14+
15+
But the main difference between these(Console.js(Android) & 'Console.js') and those('Tasker.js' & 'JavaScript_Console_Mini-inside-webpage') project are that, these never instantly
16+
return the output of a code untill "console.log()" method is used but those always return an output(regardless of defined/undefinded value). Another difference is that when a code
17+
is thrown into those('JavaScript_Console_Mini-inside-webpage' & 'Tasker.js'), they first read it, then evaluate it, then print its output and are ready to take the another code
18+
again (not forgetting the old codes). But comparatively in these project, if codes are thrown into these, these first read the entire codes, then evaluate it, and if there is
19+
"console.log()" method only then output it, and if we throw a new code, these forgets the previously executed code.
20+
21+
.................................................................................................................................................................................
22+
23+
24+
25+
.................................................................................................................................................................................
26+
27+
28+
If you like these project please give a star to these projects. https://github.com/nirmalpaul383/Console_dot_JS_Android ,
29+
Main project: https://github.com/nirmalpaul383/Console_dot_JS
30+
31+
if you like to check out my previous similar projects you can visit
32+
https://github.com/nirmalpaul383/Project_Tasker_dot_JS ,
33+
Main project: https://github.com/nirmalpaul383/JavaScript_Console_Mini-inside-webpage
34+
35+
This project is originally made by me(N Paul).
36+
My github profile: https://github.com/nirmalpaul383/
37+
My youtube page: https://www.youtube.com/channel/UCY6JY8bTlR7hZEvhy6Pldxg/
38+
39+
This is an open source program. You are welcomed to modify it...
40+
If you want to support me please give a like to our facebook page: https://facebook.com/a.new.way.Technical/
41+
42+
.................................................................................................................................................................................

0 commit comments

Comments
 (0)