This Val Town project fetches the latest "Who's Hiring" thread from Hacker News and filters the comments to find remote job opportunities that require TypeScript and GenAI (Generative AI) skills.
You can run this project manually or set it up as a scheduled task to run monthly after the "Who's Hiring" thread is posted (typically on the 1st of each month).
backend/index.ts - Main script that orchestrates the entire processbackend/hackerNewsApi.ts - Functions to interact with the Hacker News APIbackend/commentParser.ts - Functions to parse and filter job listingsThe results can be viewed by running the script or checking the stored data.
Created by @prashamtrivedi