|
1 | 1 | ## React Azure Maps Playground |
2 | 2 |
|
| 3 | +This project is community-driven initiative originally created by amazing [@psrednicki](https://github.com/psrednicki), [@msasinowski](https://github.com/msasinowski) and [@tbajda](https://github.com/tbajda) and is now maintained by the Azure Maps team. |
| 4 | + |
3 | 5 | - How to link local package version: |
4 | 6 | - run yarn watch in `azure-maps-react` |
5 | 7 | - run yarn link `azure-maps-react` |
|
10 | 12 | Please remember to create file and add key to `/src/key.ts` |
11 | 13 |
|
12 | 14 | `export const key = '<Your Subcription Key>'` |
| 15 | + |
| 16 | +## Creators ✨ |
| 17 | + |
| 18 | +<!-- CREATORS:START - Do not remove or modify this section --> |
| 19 | +<!-- prettier-ignore-start --> |
| 20 | +<!-- markdownlint-disable --> |
| 21 | +<table> |
| 22 | + <tr> |
| 23 | + <td style="text-align: center; vertical-align: middle;"> |
| 24 | + <a href="https://github.com/psrednicki" |
| 25 | + ><img |
| 26 | + src="https://avatars2.githubusercontent.com/u/41010528?v=4" |
| 27 | + width="100px;" |
| 28 | + alt="" |
| 29 | + /><br /><sub><b>psrednicki</b></sub></a |
| 30 | + ><br /> |
| 31 | + <div> |
| 32 | + <a |
| 33 | + href="https://pl.linkedin.com/in/patryk-%C5%9Brednicki-718204187/" |
| 34 | + title="LinkedIn" |
| 35 | + style="text-align:center" |
| 36 | + ><img |
| 37 | + src="https://cdn-icons-png.flaticon.com/512/174/174857.png" |
| 38 | + width="24px;" |
| 39 | + alt="" |
| 40 | + /></a> |
| 41 | + </div> |
| 42 | + </td> |
| 43 | + <td style="text-align: center; vertical-align: middle;"> |
| 44 | + <a href="https://github.com/msasinowski" |
| 45 | + ><img |
| 46 | + src="https://avatars2.githubusercontent.com/u/38035075?v=4" |
| 47 | + width="100px;" |
| 48 | + alt="" |
| 49 | + /><br /><sub><b>msasinowski</b></sub></a |
| 50 | + > |
| 51 | + <div> |
| 52 | + <a |
| 53 | + href="https://www.linkedin.com/in/maciej-sasinowski-92076815a/" |
| 54 | + title="LinkedIn" |
| 55 | + style="text-align:center" |
| 56 | + ><img |
| 57 | + src="https://cdn-icons-png.flaticon.com/512/174/174857.png" |
| 58 | + width="24px;" |
| 59 | + alt="" |
| 60 | + /></a> |
| 61 | + </div> |
| 62 | + </td> |
| 63 | + <td style="text-align: center; vertical-align: middle;"> |
| 64 | + <a href="https://github.com/tbajda" |
| 65 | + ><img |
| 66 | + src="https://avatars2.githubusercontent.com/u/27700326?v=4" |
| 67 | + width="100px;" |
| 68 | + alt="" |
| 69 | + /><br /><sub><b>tbajda</b></sub></a |
| 70 | + > |
| 71 | + <div> |
| 72 | + <a |
| 73 | + href="https://www.linkedin.com/in/tomasz-bajda-ab4468165/" |
| 74 | + title="LinkedIn" |
| 75 | + ><img |
| 76 | + src="https://cdn-icons-png.flaticon.com/512/174/174857.png" |
| 77 | + width="24px;" |
| 78 | + alt="" |
| 79 | + /></a> |
| 80 | + </div> |
| 81 | + </td> |
| 82 | + </tr> |
| 83 | +</table> |
| 84 | + |
| 85 | +<!-- markdownlint-enable --> |
| 86 | +<!-- prettier-ignore-end --> |
| 87 | + |
| 88 | +<!-- CREATORS:END --> |
0 commit comments