Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1.33 KB

README.md

File metadata and controls

63 lines (37 loc) · 1.33 KB

Temtem

Ulitmate desktop app to help you during temtem fights

If you like my app and want to support me, I'd appreciate a coffee :)

"Buy Me A Coffee"

DOWNLOAD

APP IMAGE

Fonctionnalities

  • Temtem table on damages by type

  • Temtem table on resistance by type

  • Temtem datatable on every temtem with there types

For Devs

  • Start the project

    git clone https://github.com/TheSmartMonkey/temtem.git
    npm install
    npm install -g @angular/cli
    npm start
  • Create the installer

    npm run electron:build

    Go in the release folder. Then click on temtem Setup 9.0.7.exe

    It should install the app

What I Learned

  • Use a angular project with electron : angular-electron

  • Use a service with BehaviorSubject to share a variable between components

  • Parse a API using nodejs

  • Resize hundreds of images with a nodejs script

  • Discovered a new API : temtem-api

  • Create a installer of an angular-electron project