This is a bot that checks every single tweet in search for remote jobs in the Angular ecosystem (Angular 2+, Ionic, NativeScript). If a tweet looks like a job advertisement then it will be saved into a database. This database will then be used in twitter-remote-angular-jobs-rss.
You can find the most interesting stuff at src/index.ts
.
- Install Node.js
- Clone or fork this repository
- Run the command
npm install
- Create a
.env
file with environment variables - Run the command
npm run serve
Node.js, TypeScript, twitter-lite, Firebase, and Heroku.