https://github.com/hackjutsu/pokemon-go-map-boilerplate
Frontend boilerplate for pokemon-go-map
https://github.com/hackjutsu/pokemon-go-map-boilerplate
map-boilerplate pokemon
Last synced: about 1 year ago
JSON representation
Frontend boilerplate for pokemon-go-map
- Host: GitHub
- URL: https://github.com/hackjutsu/pokemon-go-map-boilerplate
- Owner: hackjutsu
- License: mit
- Created: 2017-04-20T04:45:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T01:13:13.000Z (about 9 years ago)
- Last Synced: 2025-02-07T20:23:17.735Z (about 1 year ago)
- Topics: map-boilerplate, pokemon
- Language: JavaScript
- Size: 1.27 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pokemon-go map boilerplate
Place your own [Bing Map key](https://msdn.microsoft.com/en-us/library/ff428642.aspx) in `myMap.js`.
```javascript
function loadMapScenario() {
map_manager.map = new Microsoft.Maps.Map(document.getElementById('myMap'), {
credentials: ''
});
add_pokemon_layer();
}
```
>Disclaimer: This is a POC(Proof of concept) project for education purpose.
License: MIT