An open API service indexing awesome lists of open source software.

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

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