Skip to content

lortmorris/pokemongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokemonGo

Powered by César Casas.

This project is was built for educational reasons.

Install

$ git clone https://github.com/lortmorris/pokemongo.git
$ cd pokemongo
$ npm install
$ node app.js

Inside mongodb console run:

$ mongo
> use pokemon
> db.markers.createIndex({location: '2dsphere'});

using

open you web browser and go to http://localhost:5000/

Tools

getting pokemons info

$ node tools/ --crawler

random pokemons map

generate random pokemon position

$ node tools/ --random

About

Pokemon Go Example (for educational issues)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published