/Steem-Tracker

Primary LanguageSwiftMIT LicenseMIT

Build Status Swift 4.0.x iOS 9.0+ codecov

Steem Tracker

Steem Tracker allows you to reach user's account. You can write name of users which may you interest, then you can see the details of users. you can see the name, information, Steem range and SBD income of the users. you have the chance to see another currency position. Another feature of the app, there is a widget option. Via that feature you can reach some information of user.

Installation

1. Install Xcode from the AppStore

2. Install Cocoapods:

$ sudo gem install cocoapods

3. Clone this repository:

$ git clone https://github.com/Thornaci/Steem-Tracker.git

4. Install pods:

$ cd Steem-Tracker
$ pod install

5. Open using Xcode:

$ open SteemitApp.xcworkspace

Don't forget to set identifiers for widget usage or run app on a device.

Features

  • Search a name
  • Display name, description, Steem amount, SBD amount
  • Display SBD equals amount in 5 currencies (Dolar, Euro, Turkish Liras, Korean Won, Russian Ruble)
  • Widget support (name, Steem amount, SBD amount)

1.1

  • Favorite list added. Now you can add or remove anyone.
  • Multiple track on widget added.

1.2

  • Following list added. Now you can see that your followings are following you or not.

1.3

  • Tag history page added. Now you can display comments, total payouts (in sbd), net votes and posts top 10 category.

1.4

  • Post history page added. Now you can display a user's posts and pending payouts history for last week (0-7 days).

1.5

  • Post history web view added for post.

1.6

  • Utopian-io support added. Now you can get informations about Utopian-io platform.

The app is in progress, but already functional.

You can contribute to the app, just do a pull request.