Code Monkey home page Code Monkey logo

worldopole's Introduction

Worldopole

Based on Brusselopole, Worldopole is an open source version of the website, allowing you to display in a nice way the data you have gathered of the Pokemon in your city such as Team Gym Battles, Pokemon nests and Pokéstops. This app is a base and will help you build your own version of Brusselopole with more data-visualisation!

Requirements

  • PHP5+
  • Apache2
  • Mod_Rewrite (htaccess)
  • Existing PokemonGo-Map Mysql database

To deploy for you

Edit config.php file. Add your MySQL connexion information and the time delay between your timezone and GMT. (eg: Brussels is + 2 GMT)

Edit /core/json/variables.json Add your informations (follow the examples included) : database, city, localisation, name you want, ... You need to add available languages there also but new language required to be available in translations.json and a pokelist_CODELANG.json need to exist

Rename htaccess to .htaccess

Look at translations.json All website string are there.

Contribute

If you want to dev. pages or new modules you can add pages to the pages/ directory. Page name structure : [name].page.php You can join the page by using ?page=[name] parameters in URL.

Structure

- core/ - core/css : CSS minified files (except style.css to allow edit) - core/fonts : Website fonts (such as fontawsome) - core/img : Website images (no Pokemon) - core/inc : Meta datas for pages. - core/js : Javascript files (Warning, some JS files are PHP files with Javascript headers) - core/json : Mostly configuration or datas files - core/meta-icons : Icons for mobile webapp - core/pokemons : Pokémon images - core/process : Load datas for pages.

- functions.php : No description needed. - index.php : Pages are included by index.

  • install/ : Install folder to make some tests at install and verify the system is ready to host the app.

  • offline.html : Called file in case of Database connexion issue.

  • pages/ : All website pages.

License

Worldopole is released under the MIT License.

worldopole's People

Contributors

al-dot-debug avatar edgarborja avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.