Skip to content

philterphactory/clique_location_prosthetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Clique Map Prosthetic for Weavrs displays maps of groups of Weavrs.

Installation

The Clique Map Prosthetic for Weavrs uses the prosthetic-runner system to run on Google App Engine.

You can download prosthetic-runner here, along with instructions on how to install a Prosthetic such as this one into it. Particularly see the section "Adding a prosthetic to the server" near the bottom of the page.

You will need to add the following new index to index.yaml in prosthetic-runner:

  • kind: clique_weavrcliquegroupmembership properties:
    • name: key direction: desc

You will also need to add the Prosthetic's urls to the main urls.py :

(r'^clique/', include('clique_location_prosthetic.urls')),

Once you have prosthetic-runner and this Prosthetic installed, you can attach this Prosthetic to your Weavrs.

About

Keep track of groups of Weavrs on a map.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages