Skip to content

nunoarruda/indeed-remote-angular-jobs-rss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indeed Remote Angular Jobs RSS

This is a RSS feed that lists remote jobs in the Angular ecosystem (Angular 2+, Ionic, NativeScript) from all Indeed websites.

Juiciest bits

You can find the most interesting stuff at src/rss.ts.

How to run locally

  1. Install Node.js
  2. Clone or fork this repository
  3. Run the command npm install on the repository folder
  4. Run the command INDEED_PUBLISHER_ID=xxx npm run serve (replace xxx with your Indeed Publisher ID)
  5. Open http://localhost:9000/rss in your browser

Tech stack

TypeScript, Node.js, node-fetch, node-rss, and netlify-lambda.