newwwie / newwwie.com

The source for newwwie.com website. The front door to the Newwwie Slack and tech + digital creative community.
https://newwwie.com/
MIT License
15 stars 23 forks source link

Convert fetch-events to Typescript too #121

Closed neozenith closed 3 months ago

neozenith commented 4 months ago

After converting the main website to Typescript in #117 there is still a helper script in plain NodeJS that needs to be converted.

Successfully closing this issue would mean the following works:

package.json

{
  "scripts": {
-    "fetchEvents": "node ./fetch-events/index.js",
+    "fetchEvents": "ts-node ./fetch-events/index.ts",
  },
}
OsamaImadi commented 4 months ago

@neozenith can I work on this?