Giter Club home page Giter Club logo

photos's Introduction

Build Status FOSSA Status dependencies Status Maintainability Coverage Status npm version

Geovation photos

Many people in our Geovation Hub are asking for a simple tool to upload images into a map. It must be free, and easy to extend and white label. It also must work as mobile app as well as web app. An example of this is Plastic Patrol. They needed an app to capture plastic pollution around UK. The idea of Geovation Photos is to be a skeleton for those types of apps.

Getting started

You can simple copy it and then modify it as you wish with

curl -L https://github.com/Geovation/photos/archive/master.zip | tar -xvf -
mv photos-master myProject && cd myProject
git init
npm install
npm install geovation-photos -D
git add . && git commit -m "kick off"

done !. Now you can start the server with npm start

Update it

If you plan to keep Geovation Photos updates in your project:

npm install geovation-photos@latest -D

Currently it implies some manual work but if you kept your changes in a a single place and with the help of a good git IDE it should not be too painful. First of all check if there is a new version with npm outdated. If there is a new version you can simple run

npm install geovation-photos@latest -D
npm run geovation-photos-update

And now just merge the changes by hand. Good luck !!!

Demo

Demo PWA/Mobile app done from Geovation Photos. See a PWA demo live

See more (Documentation)[doc/]

photos's People

Contributors

sebastianovide avatar kdalkafoukis avatar joykuotw 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.