ltelwest / PhotoMap

App for Nextcloud, that shows geotagged photos on a map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Photo Map

Shows geotagged photos on map

screenshot1

Building the app

The app can be built by using the provided Makefile by running:

make

This requires the following things to be present:

  • make
  • which
  • tar: for building the archive
  • curl: used if phpunit and composer are not installed to fetch them from the web
  • npm: for building and testing JS

Publish to App Store

First get an account for the App Store then run:

make && make appstore

The archive is located in build/artifacts/appstore and can then be uploaded to the App Store.

About

App for Nextcloud, that shows geotagged photos on a map

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 48.9%Language:PHP 28.4%Language:CSS 16.5%Language:Makefile 6.2%