Git Product home page Git Product logo

crowdmap-java's Introduction

Introduction.

A Java wrapper for the Crowdmap API. It wraps the raw HTTP calls to the Crowdmap APIs. The goal of this SDK is to ease Crowdmap API integration into your Java applications. For more information, go to https://api.crowdmap.com/developers/v1/

Usage

Create a Crowdmap instance. You will use this to access the various services.

// Instantiate the Crowdmap API.
Crowdmap crowdmap = new Crowdmap(new CrowdmapApi("pubKey", "privKey"));

// Call the Utitlity Service and retrieve Crowdmap API's about information.
final String about = crowdmap.utilityService().about().toString();

// Print the about information to the console.
System.out.println(about);

Demo Android apps

Media Gallery

A gallery app that download images submitted to Crowdmap.

Profile

An app that allows you to login to Crowdmap then displays the profile of the logged in user.

You can get the demo apps from the link below

https://github.com/ushahidi/Crowdmap-Android

Building

The project is built with Gradle

$ git clone git://github.com/ushahidi/Crowdmap-Java.git
$ cd Crowdmap-Java
$ ./gradlew jar  # Build jar file (build/libs/Crowdmap-Java-1.x.x.jar)
$ ./gradlew test # Run tests
$ ./gradlew postServiceExample # Build and run PostServiceExample

Documentation

Javadocs available at http://ushahidi.github.io/Crowdmap-Java/javadoc/1.0.0-SNAPSHOT/

Download

All of the dominantColor code for the project resides at github.com

For Daily SNAPSHOTS, Add the repository

https://oss.sonatype.org/content/repositories/snapshots

Gradle

'com.crowdmap:java-sdk:1.0.0-SNAPSHOT'

Maven

<dependency>
  <groupId>com.crowdmap</groupId>
  <artifactId>java-sdk</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>

License

This project is released under the GNU AFFERO GENERAL PUBLIC LICENSE Version 3 See the license file for more details.

crowdmap-java's People

Contributors

eyedol avatar

Watchers

 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.