https://github.com/pgrimaud/ingress-mission-tools
Usefull tool to monitoring the Ingress mission dashboard
https://github.com/pgrimaud/ingress-mission-tools
Last synced: 3 months ago
JSON representation
Usefull tool to monitoring the Ingress mission dashboard
- Host: GitHub
- URL: https://github.com/pgrimaud/ingress-mission-tools
- Owner: pgrimaud
- License: mit
- Created: 2015-01-08T14:33:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-21T14:07:28.000Z (about 9 years ago)
- Last Synced: 2025-01-19T18:11:55.246Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ingress-mission-tools
Useful tools to monitor and export the Ingress mission dashboard.
## To Do
* check 'Todo' section in [Mission.js](Mission.js)
* finish [fetch-data.js](fetch-data.js) -- make it independent to jQuery?
* plug [fetch-data.js](fetch-data.js) and [Mission.js](Mission.js) together## File List
### Text Files
* [LICENSE](LICENSE)
* [README.md](README.md)### Source Files
* [fetch-data.js](fetch-data.js):
export data from Ingress mission dashboard.
* [Mission.js](Mission.js):
tools to export a mission as a KML file.
* [kml2csv.py](kml2csv.py):
export a summary of a KML file as a CSV file.### Data Files
* [sample-mission.kml](sample-mission.kml):
a sample mission, exported from Google My Map to a KML file.