An open API service indexing awesome lists of open source software.

https://github.com/brucemacd/freelance-problem-trends

Crawling and parsing postings on freelance job boards to find trends.
https://github.com/brucemacd/freelance-problem-trends

Last synced: 6 months ago
JSON representation

Crawling and parsing postings on freelance job boards to find trends.

Awesome Lists containing this project

README

          

# Freelance-Problem-Trends
Crawling and parsing postings on freelance job boards to find trends.

This project was used to collect and visualize the data used in the accompanying blog post:

https://medium.com/@brucewmacdonald/what-are-the-most-in-demand-skills-for-remote-freelance-work-bafff40c07f7

# Running
```
> go build
> ./Freelance-Problem-Trends --help
Usage of ./Freelance-Problem-Trends:
-analyze
indicates if the data should be read into memory from the database
-crawl
indicates if results should be crawled from freelancer site
-endPage int
the page to stop crawling at
-startPage int
the page to start crawling from
```