Public
Like
hn-remote-ts-genai-jobs
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data ā all from the browser, and deployed in miliseconds.
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.
- Fetches the latest "Who's Hiring" thread ID from Hacker News
- Retrieves all comments from that thread
- Filters comments to find remote job postings that mention TypeScript and GenAI
- Formats and displays the results as a list
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 listings
The results can be viewed by running the script or checking the stored data.
Created by @prashamtrivedi