Skip to content

dominik-lueke/PokemonOfTheDay

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
img
 
 
 
 
 
 

Pokémon Of The Day

Scriptable iOS Widget to display a new random Pokémon every day

Installation

Manual

  • Download Scriptable App for iOS Devices - https://scriptable.app
  • Download/Import of PokemonOfTheDay.js File to iCloud/Scriptable
  • Create new Scriptable Widget on the Homescreen and choose script Pokemon of the Day

ScriptDude

Features

 

  • Name, Image, Types, Height and Weight fetched from https://pokeapi.co
  • Background color based on type
  • English and German language
  • Links to Bulbapedia/PokéWiki when widget is opened in app
  • Optimized for large and small widgets; Layouts and Scales tested on iPhone 8

Usage

  • Best set When Interacting to Run Script

Parameter

[MAX_ID[;UPDATE_INTERVAL]]

MAX_ID (optional)

Set maximum id of Pokémon to choose from randomly

Default is 898.

E.g. set to 151 to only choose from Generation I

Use Value #<ID> to permanently display your favourite Pokémon from 001-898.

UPDATE_INTERVAL (OPTIONAL)

Set the update Interval in hours [1-24].

Default is 24.

Examples

 

151: Display a new random Pokémon from the first 151 every day

151;8: Display a new random Pokémon from the first 151 every 8 hours

#25: Display Pikachu permanently

;1: Display a new random Pokémon every hour

Please Note

  • The script caches Pokémon data and images in directory iCloud\scriptable

About

Scriptable iOS Widget to display a new random Pokémon every day

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published