https://github.com/guysoft/recycle_app_israel
This is a simple app to view all the electronics recycle location in israel
https://github.com/guysoft/recycle_app_israel
Last synced: 4 months ago
JSON representation
This is a simple app to view all the electronics recycle location in israel
- Host: GitHub
- URL: https://github.com/guysoft/recycle_app_israel
- Owner: guysoft
- License: gpl-3.0
- Created: 2020-08-15T22:18:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T22:19:42.000Z (over 5 years ago)
- Last Synced: 2025-03-20T07:54:55.527Z (10 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Electronics Map View Israel
============================
This is a simple app to view all the electronics recycle location in israel.
This app is currently proof of concept and is not really usable yet.
Why is this app the only way to see the data on mai.org.il on my phone?
-----------------------------------------------------------------------
The data is held by mai.org.il on their website which do not allow you to download and redistribute it by copyright law.
Their website has a shitty map that loads all the data in to one lambda function.
This app does not store the information, but downloades the page, parses it and then shows it.
Features
--------
* Shows a map with your locaiton of where to recucle stuff.
Requirements
~~~~~~~~~~~~
#. Currently runs only on andorid or linux, could be extended to work on iOS
#. Uses kivy, mapview and python3
Code contribution would be appreciated!