Video description to project can be found here
This project is intended to display information about the Wikipedia pages of certain language on map. The functionality includes displaying the geocode of the pages, location of revision authors and other information.
The WikiAPI part of the project is used to get all the required information from Wikipedia, store it and further process it.
- Docs - with information about the project and how it is intended to work
- Modules - a folder for all the fundtional code
- Tests - located inside of modules, it is used to test the modules
- Examples - containing all the information about how to use the modules (and surprisingly examples of functional code)
- Define the tasks for the projects.
- Create the functionality to process the responses from Wikipedia API.
- Finish the functional program to gather all the information. (And in this case functions to display all the data on map)
- Gathering and processing of the information.
- Finish. Project Analysis.