- Created core modules: `ai-analyzer`, `core-parser`, and `job-search-parser`. - Implemented LinkedIn and job search parsers with integrated AI analysis. - Added CLI tools for AI analysis and job parsing. - Included comprehensive README files for each module detailing usage and features. - Established a `.gitignore` file to exclude unnecessary files. - Introduced sample data for testing and demonstration purposes. - Set up package.json files for dependency management across modules. - Implemented logging and error handling utilities for better debugging and user feedback.
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"results": [
|
|
{
|
|
"text": "Just got laid off from my software engineering role. Looking for new opportunities in the Toronto area.",
|
|
"location": "Toronto, Ontario, Canada",
|
|
"keyword": "layoff",
|
|
"timestamp": "2024-01-15T10:30:00Z"
|
|
},
|
|
{
|
|
"text": "Excited to share that I'm starting a new position as a Senior Developer at TechCorp!",
|
|
"location": "Vancouver, BC, Canada",
|
|
"keyword": "hiring",
|
|
"timestamp": "2024-01-15T11:00:00Z"
|
|
},
|
|
{
|
|
"text": "Our company is going through a restructuring and unfortunately had to let go of 50 employees.",
|
|
"location": "Montreal, Quebec, Canada",
|
|
"keyword": "layoff",
|
|
"timestamp": "2024-01-15T11:30:00Z"
|
|
},
|
|
{
|
|
"text": "Beautiful weather today! Perfect for a walk in the park.",
|
|
"location": "Calgary, Alberta, Canada",
|
|
"keyword": "weather",
|
|
"timestamp": "2024-01-15T12:00:00Z"
|
|
},
|
|
{
|
|
"text": "We're hiring! Looking for talented developers to join our growing team.",
|
|
"location": "Ottawa, Ontario, Canada",
|
|
"keyword": "hiring",
|
|
"timestamp": "2024-01-15T12:30:00Z"
|
|
}
|
|
]
|
|
}
|