Skip to content

A roll-your-own remote job board aggregator (specifically made for freelance developers / designers)

Notifications You must be signed in to change notification settings

johnmartin/remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote

A roll-your-own remote job board aggregator (specifically for freelance developers / designers).

Dependancies

Just Meteor. That's it.

Installation

git clone [email protected]:johnmartin/remote.git
cd remote/.meteor && npm i . && cd ..
meteor

Why?

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

How?

  1. On server startup + once an hour it'll check your list of job boards (located ./private/boards.json) for new jobs
  2. 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.
  3. Open your browser to http:https://localhost:3000/
  4. Profit.

About

A roll-your-own remote job board aggregator (specifically made for freelance developers / designers)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published