ThatGeoGuy / imgeo

Image sharing service that supports spatial queries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imgeo

Image sharing service that supports spatial queries. This project spawned as the result of an assignment for the course ENGO 551 - Advanced GIS. The purpose is for users to anonymously (no user authentication) upload imagery with location information to the system, and share these images with others via popular social networks (e.g. Facebook, Twitter, Google+). The server is implemented in node.js, using the Express.js framework. Nunjucks-based templating is used to derive dynamic content from the server.

Run Server

This project depends on node.js version 0.10 or greater. I highly recommend using nvm to manage your node installation if at all possible. To run the server and see the website, simply run the following commands:

$ git clone https://github.com/ThatGeoGuy/imgeo.git
$ cd imgeo
$ ./configure
$ node server.js

TODO

  • Populate Wiki

License

This project is licensed under the GPLv3 license. This software is released as Free Software, WITHOUT WARRANTY. See LICENSE for more details.

About

Image sharing service that supports spatial queries

License:GNU General Public License v3.0


Languages

Language:JavaScript 86.6%Language:CSS 13.4%