Twitter Unfollower Notification Service. With TUNS you can keep track of your twitter unfollower. Great success on Product Hunt https://www.producthunt.com/posts/tuns.
#4 Product of the day with 253 votes!!
- Ruby on Rails — Our back end API is a Rails app. It responds to requests RESTfully in JSON.
- PostgreSQL — Our main data store is in Postgres.
- Redis — We use Redis as a cache and for transient data.
- Sidekiq — Simple, efficient background processing for Ruby.
- Chartjs-ror — Simplifies using Chart.js in Rails.
TUNS app is released under the MIT License.
- Fork it ( https://github.com/[my-github-username]/tuns/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request