Skip to content

cariboulabs/techmap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Israeli Tech Companies Map

Welcome! This project aims to help Israelis find hi-tech jobs near their homes, minimizing commute and wasted time. The map is hosted at (https://maphub.net/mluggy/techmap) and updates itself daily using this repo data.

Techmap

Project Overview

The main point-of-truth for this project is Rasham Havarot / רשם החברות. Please provide the current company number (ח.פ) whenever adding, updating or deleting your company. Note: only locally registered, non-violating companies are included in the final map.

Adding, Updating, or Deleting Your Company

Contribute to this project by adding, updating, or deleting any company information.

Method 1: Fork and Clone (Recommended)

  1. Fork the repository
  2. Clone your forked repository:
    git clone https://github.com/yourusername/techmap.git
  3. Create a new branch for your changes:
    git checkout -b add-company
  4. Add or edit a company JSON file named after your company's number (e.g., 513674309.json) in the companies/ directory. Use the following template:
    {
      "name": "Acme",
      "description": "Acme description",
      "categoryId": 3,
      "size": "m",
      "logoFile": "logos/acme-logo.webp",
      "websiteUrl": "https://www.example.com/",
      "careersUrl": "https://www.example.com/careers",
      "isHiring": true,
      "linkedinId": "acme",
      "crunchbaseId": "acme",
      "finderId": "acme-ltd",
      "xId": "acmetw",
      "addresses": [
        {
          "street": "דיזינגוף",
          "houseNumber": "99",
          "city": "תל אביב - יפו",
          "lat": 32.07956669622025,
          "lon": 34.77373112886606
        }
      ]
    }
  • name: The name of the company appearing on the map (avoid adding Ltd, Limited, or Company at the end).
  • description: The company's tagline or mission statement, preferably a one-liner with no superfluous adjectives and exaggerations.
  • categoryId: Should be picked from categories.json.
  • size: Should be picked from sizes.json.
  • logoFile: Should point to a 200x200 png, gif, jpg, or webp file uploaded to the logos/ folder.
  • websiteUrl: The company's homepage address.
  • careersUrl: The company's careers/job page address.
  • isHiring: Should be true only if you're actively hiring.
  • linkedinId, crunchbaseId, finderId and xId: The company IDs (not full URLs) from LinkedIn, Crunchbase, Startup Finder and X/Twitter.
  • addresses: Aמ array specifying one or more physical locations. Each object should contain at least city and preferably street and houseNumber. The map will do the geocoding automatically, or you can specify your own latitude and longitude.
  1. Commit your changes:
git add .
git commit -m "Added/Updated company Acme"
  1. Push to your fork:
git push origin add-company
  1. Create a pull request

Method 2: Submit an Issue

You can also request an addition, update, or deletion through the repository's Issues page. Enter as many details as possible, and someone will pick it up for you, eventually.

Method 3: Donate

If you would like your listing to be added or updated promptly, I offer an express (paid) option for your convenience. After a small contribution, I will personally reach out to you via email to confirm the details.

License

This project is licensed under the Open Database License (ODbL) v1.0. You are free to:

  • Share: Copy and redistribute the material in any medium or format.
  • Adapt: Remix, transform, and build upon the material for any purpose, even commercially.

However, you must attribute the original creator by crediting Michael Lugassy and providing a link to this project. If you modify or build upon the data, you must distribute your contributions under the same license as the original.

Acknowledgements

Thank you to everyone who updates the map and helps with this project. Special thanks to those who provided comments and suggestions. I hope this tool proves useful for both job seekers and companies listed.

Happy job hunting! ❤️

Michael Lugassy

Follow me on LinkedIn & X/Twitter.

Releases

No releases published

Packages

No packages published