A roll-your-own remote job board aggregator (specifically for freelance developers / designers).
Just Meteor. That's it.
git clone [email protected]:johnmartin/remote.git
cd remote/.meteor && npm i . && cd ..
meteor
Because I was tired of manually visiting the job boards from Awesome Remote Job. So I wrote this, to make freelance work searching a little easier. At the moment it's only indexing three of them, but I'd love for people to extend
- On server startup + once an hour it'll check your list of job boards (located
./private/boards.json
) for new jobs - Using the CSS selector rules in
./private/boards.json
it'll extract the job details from the page. Note:{entry}
puts the context of each job item on the listing page and{page}
makes the context the actual final job entry page. - Open your browser to http://localhost:3000/
- Profit.