Skip to content

jonathanmoregard/TaskerJavaScriptHelpers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasker JavaScript Helpers

In some instances, it's much easier to accomplish things in Tasker by using JavaScript.

Here you'll find my JavaScript helper functions:

Helper functions

The Walking Dead Next Issue

alt tag

Retrieves details about the next issue of the Walking Dead comic. It sets the following local task variables:

  • img - the URL to the issue cover
  • issueno - the issue number
  • days - the number of days until the issue
  • date - the date that the issue with be available.

Do with that information what you will! For example, you can use AutoNotification to notify you when there's a new issue coming out.

How the heck do I use these things?!

One-time steps

First you need to install Node.js.

From a fresh clone or fetch of the repository

Run the following commands to obtain the distribution versions of the helpers:

$ npm install
$ npm run taskerfy

That'll do a little wizardry and create Tasker friendly versons in ./dist. Now put those helpers on your Android device.

Within a Tasker task, create a JavaScript action and point to any of the helpers! Then you may use the use the variables, defined above, any way you can think of!

About

JavaScript helpers for various Tasker tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%