seriouslysean / monster-hunter-now-events

A tool that auto-generates calendar events for Monster Hunter Now by scraping web news articles, processing them with AI, and creating a convenient calendar subscription.
https://seriouslysean.github.io/monster-hunter-now-events/
MIT License
8 stars 9 forks source link

[Feature]: Add typescript #16

Closed seriouslysean closed 8 months ago

seriouslysean commented 9 months ago

Feature Description

:)

chris--jones commented 9 months ago

I'm game to try and handle this one 😄

seriouslysean commented 9 months ago

That would be awesome! I've been looking for an excuse to get more practical experience and this is just a fun side project. If you want to take a crack as adding the initial config and maybe converting a file or two I think that would be a great start.

chris--jones commented 9 months ago

I don't get to code as much as I used to, so I use hacktoberfest as an excuse to get more practical experience myself! otherwise I'm worried I'll get rusty 😉

seriouslysean commented 9 months ago

Haha, tell me about it. I use it to keep up with new stuff. I do a lot of coding on the daily but not much time to continue learning TS-- the codebase I'm working on only uses it on the parts of the app I'm not working on at the moment.

If you need any help or want to talk through anything, let me know! Otherwise have at it and I'll PR it once you've taken a crack at it.

Thanks the for the assistance!

seriouslysean commented 8 months ago

@chris--jones good call, removed the caching for npm ci for now and it looks like it passes again.

Thanks again for the contribution!