Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MurageKabui authored Jan 5, 2025
1 parent 4cef8ca commit a2f845d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The tech stack for this application :
|<a href="https://github.com/ajaxorg/ace">ACE.js</a> | For an integrated scripting development environment (Users' reading and writing code inside of the app).|


I aimed to provide a straightforward way to script tasks, using scripts labeled with the <b><i>.nts</i></b> extension. Users can create these scripts and execute at their convenience. These scripts are stored on their device in a SQLite database and can contain JavaScript code that integrates with Android's native functionalities like file handling, text-to-speech, speech recognition, texting (SMS), Bluetooth connections, Wi-Fi, NFC, infrared, networking, SIM card operations, flashlight control, and battery management, among other things. I documented these methods <a href="https://app.gitbook.com/o/zerbp4UP4JRfrC37Dcay/s/GGEXXP1PjxGAHb7hakkp" target="_blank">here</a>.
I aimed to provide a straightforward way to script tasks, using scripts labeled with the <b><i>.nts</i></b> extension. Users can create these scripts and execute at their convenience. These scripts are stored on their device in a SQLite database and can contain JavaScript code that integrates with Android's native functionalities like file handling, text-to-speech, speech recognition, texting (SMS), Bluetooth connections, Wi-Fi, NFC, infrared, networking, SIM card operations, flashlight control, and battery management, among other things. I documented these methods <a href="docs" target="_blank">here</a>.
## Why ?
This project was inspired by <a href="https://www.reddit.com/r/lisp/comments/10jlj6b/lisp_scripting_on_android/" target="_blank">this question on reddit</a> Quoted from OP :

Expand All @@ -72,7 +72,7 @@ An example of how a user can control a device's flashlight would be to navigate
```
<br>

Then, we can use a provided <a href="https://app.gitbook.com/o/zerbp4UP4JRfrC37Dcay/s/GGEXXP1PjxGAHb7hakkp/methods/flashlight/turnon" target="_blank">flashlight method</a> to programmatically control it:
Then, we can use a provided <a href="docs/methods/flashlight/turnon" target="_blank">flashlight method</a> to programmatically control it:

```Javascript
if (await flashlight.switchOn()) {
Expand Down Expand Up @@ -253,4 +253,4 @@ PhoneDo Logo : https://linktr.ee/namishkashyap
<div style="text-align: center;">
Made with <span style="color: red;">❤</span> by <strong>MurageKabui</strong>
</div>
</div>

0 comments on commit a2f845d

Please sign in to comment.