mluggy / techmap

Israeli tech companies map
Other
16 stars 18 forks source link

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
       }
     ]
    }
  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:

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.