Hacker News new | ask | show | jobs
Canada Tech Companies Map (github.com)
9 points by icecore 499 days ago
1 comments

Hi, I have created this repository to map tech companies since I had hard time to find any even when I moved to Canada already. If it existed before moving to here, I would consider more tech provincian. This should be simple to access and use it. Let me know how to improve it or join to contribute your improvements. Looking forward to see new contributors ;)
Your JSON schema says this: ``` "location": "City, State", ... "workField": "Industry Field" ```

But: `location` can be an array: ``` "name": "Shopify", "location": ["Ottawa, ON", "Toronto, ON", "Montreal, QC", "Waterloo, ON"], ```

and `workField` is an array: ``` "workField": ["Banking", "Financial Services"] ```

And if it is for Canada, why identify locations as `"location": "City, State"`?

You are right, missed it. Will fix the issues.