pokemap-1

Project D Group 7, JavaScript Seminar WS16, Rostlab

Usage no npm install needed!

<script type="module">
  import pokemap1 from 'https://cdn.skypack.dev/pokemap-1';
</script>

README

PokeMap-1

PokeMap-1

Build StatusJoin the chat at https://gitter.im/pokemongoers/PokeMap-1

The world of Pokemon GO is as big as our planet. Pokemons have been sighted on top of cliffs perched over oceans as well as in your next door coffee shop. We would like to create a world-wide interactive map that shows where Pokemons were predicted to appear. Each pokemon prediction you add to the map should have all relevant information including name, time the pokemon is predicted to appear, prediction confidence rate etc. The map should be filtered by a time range (i.e predicted to appear in the next day) as well as pokemon name and pokemon specie.

DEMO

Live demo: https://pokemongoers.github.io/PokeMap-1/

HOWTO

Node dependencies

Install all node dependencies defined in package.json.

npm install

Update node dependencies

npm update