Skip to content

Commit

Permalink
README, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jmswenski committed Jun 23, 2017
1 parent 2f32891 commit 1b8bf31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# wealthengine4j: A Wealth Engine Java SDK by [Funraise](https://funraise.io)
# wealthengine4j: A Wealth Engine Java SDK made with love by [Funraise](https://funraise.io)

<p align="center">
<img src="https://funraise.io/wp-content/uploads/2016/12/funny_green.png" width="200">
Expand All @@ -13,19 +13,18 @@

## What is [Wealth Engine](http://www.wealthengine.com/products-services/products/screen)?

Wealth Engine profiles are proprietary wealth ratings and scores.
Ratings and scores, are developed leveraging wealth intelligence and provides deeper insight into a potential prospect.

WealthEngine’s ratings and scores give you insight on
your prospects, so you can build effective marketing and
business development strategies. This insight is useful to not only identify
Wealth Engine profiles are proprietary wealth ratings and scores leveraging wealth intelligence
which provides deeper insight into a potential prospect. These profiles allow you to build marketing
and business development strategies. This insight is useful to not only identify
your best customers, but to uncover those individuals who may show
potential for additional business.

Wealth Engine profiles contain information on an individual’s net worth, income, assets,
real estate, stock holding, charitable contributions and other financial
related data as well as business and personal contact information.

Funraise uses this library to derive key metrics for Donors in their SaaS Non-Profit Fundraising Platform.

Some key indicators include:

+ Propensity to Give
Expand All @@ -51,7 +50,7 @@ Some key indicators include:
+ Retrofit2 Jackson Converters


## Example
## Example Usage

```java

Expand All @@ -62,8 +61,7 @@ Some key indicators include:
emailRequest.first_name = "Joe";
emailRequest.last_name = "Smith";

BasicProfile basic = we.getBasicProfileByEmail(emailRequest);
BasicProfile basic = we.getBasicProfile(emailRequest);
String p2gscore = basic.profileMatch.giving.p2g_score.text;


```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.funraise.wealthengine4j</groupId>
<artifactId>wealthengine4j</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<name>Wealth Engine Java Wrapper</name>
<description>Wraps the Wealth Engine API with a Java interface</description>
<url>https://github.com/jmswenski/wealthengine4j</url>
Expand Down

0 comments on commit 1b8bf31

Please sign in to comment.