Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefferson-Henrique committed Dec 7, 2015
1 parent d7e0f63 commit 9f9449a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ I was searching other tools to do this job but I didn't found it, so after analy

## Components
- **Tweet:** Model class to give some informations about a specific tweet.
- id (String)
- permalink (String)
- username (String)
- text (String)
- date (Date)
- retweets (int)
- favorites (int)
- mentions (String)
- hashtags (String)
- geo (String)

- **TweetManager:** A manager class to help getting tweets in **Tweet**'s model.
Expand Down

0 comments on commit 9f9449a

Please sign in to comment.