Giter Club home page Giter Club logo

dutch's Introduction

Dutch

I call it Dutch, for lack of a better name. This application uses data from the Public Register Regular Labour and Highly Skilled Migrants, and presents the list of companies under categories, and searchable.

Maybe should be called PRRLHSM.

The application has no backend. It's an Angular 18+ SPA.

See the live application running at dutch.khophi.com

wide

How to run the Angular application locally

  • Clone this repository and change directory to the project folder
  • Run bun install
  • Run ng serve

How to contribute

Send a PR (follow the steps below if you wanna send an updated output.json file), or add an issue.

How to generate new org file

The orgs-*.json file that's loaded and used within the application is generated using the scripts found in the scripts folder.

ollama.js JavaScript file

The response below is from Gemini Advanced. Read the full response at Company Data Enrichment

The JavaScript script is designed to:

  1. Read: Take a JSON file (organizations.json) containing company data (names, IDs, etc.).
  2. Analyze: Use an AI model (Ollama running locally) to enrich each company's data. The AI provides a description, categorizes the company into a specific sector, finds its website, and suggests relevant tags. Learn more about how to set up your local Ollama running service on their official website
  3. Structure: Organize the enriched company information into a well-structured JSON format (output.json). Companies are grouped by their sector.
  4. Handle Errors: Log any errors that occur during the process to a separate file (error_log.json).

scraper.js JavaScript file

The response below is from Gemini Advanced. Read the full response at Web Scraper for Organization

This script is a web scraper designed to extract specific data from the website Public Register Regular Labour and Highly Skilled Migrants.

It uses the following libraries:

  • axios: Fetches the HTML content of the webpage.
  • cheerio: Parses the HTML to locate and extract the desired information.
  • fs (File System): Saves the extracted data into a JSON file.

dutch's People

Contributors

seanmavley avatar

Stargazers

Ali Abedi avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.