Перейти к файлу
dependabot[bot] 57d0693774
chore(deps): bump follow-redirects from 1.13.0 to 1.14.8
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.0 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.13.0...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-12 23:35:01 +00:00
public feat: new playground ui (#3) 2019-12-01 18:15:17 +01:00
src react-scripts 4 and associated eslint / prettier fixes 2021-09-30 14:21:56 +08:00
.eslintrc.js react-scripts 4 and associated eslint / prettier fixes 2021-09-30 14:21:56 +08:00
.gitignore feat: Update gitignore 2020-02-08 21:53:24 +01:00
.prettierrc.js feat: added eslint and formatted code (#39) 2020-10-14 12:08:02 +02:00
README.md add credits 2021-09-30 18:04:57 +08:00
package.json forse resolution of ansi-html to community fork that fixes CVE-2021-23424 2021-09-30 17:29:00 +08:00
tsconfig.json bump react-script-related deps 2021-09-30 13:32:18 +08:00
yarn.lock chore(deps): bump follow-redirects from 1.13.0 to 1.14.8 2022-02-12 23:35:01 +00:00

README.md

React Azure Maps Playground

This project is community-driven initiative originally created by amazing @psrednicki, @msasinowski and @tbajda and is now maintained by the Azure Maps team.

  • How to link local package version:
    • run yarn watch in azure-maps-react
    • run yarn link azure-maps-react
    • go to the azure-maps-playground and run yarn link "react-azure-maps"

Subscription key

Please remember to create file and add key to /src/key.ts

export const key = '<Your Subcription Key>'

Creators


psrednicki


msasinowski

tbajda