Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/brminnick/GitTrends

A iOS and Android app to monitor the Views, Clones and Star history of your GitHub repos
https://github.com/brminnick/GitTrends

github github-api github-api-v3 github-api-v4 github-clone github-graphql github-repository github-viewer hacktoberfest xamarin xamarin-android xamarin-forms xamarin-ios

Last synced: about 1 month ago
JSON representation

A iOS and Android app to monitor the Views, Clones and Star history of your GitHub repos

Lists

README

        

[![Build Status](https://dev.azure.com/brminnick/GitTrends/_apis/build/status/Main?branchName=main)](https://dev.azure.com/brminnick/GitTrends/_build/latest?definitionId=9&branchName=main)


GitTrends: GitHub Insights





Twitter: GitTrendsApp





Motion Graphic Created by Khalid Abuhakmeh 🙌








I created GitTrends because I love contributing to open source libraries, but I had trouble keeping track of which repos were receiving traffic and which ones were not. For example, I recently discovered that a repo I hadn't updated in +2 years was still getting 10-20 views per week.

With GitTrends, I can now stay on top of which repos are trending and ensure its code doesn't go stale!

## Features

Monitor the traffic to your GitHub Repos!

✅ Connect to GitHub

✅ Monitor GitHub Repo Views

✅ Monitor GitHub Repo Clones

✅ Discover Referring Sites

| GitHub Login | Repo Traffic | Referring Sites |
| -- | -- | -- |
| ![Repositories Light](https://user-images.githubusercontent.com/13558917/81881433-02c57b00-9545-11ea-920c-27b5b54f19c1.gif) | ![Trends Light](https://user-images.githubusercontent.com/13558917/81881263-921e5e80-9544-11ea-9bf8-a85ae9b59191.gif) | ![Referring Sites Light](https://user-images.githubusercontent.com/13558917/81881331-c6921a80-9544-11ea-93cc-0dbe222de0f9.gif) |
| ![Repositories Dark](https://user-images.githubusercontent.com/13558917/81881552-5041e800-9545-11ea-8100-7b28731e32cb.gif) | ![Trends Dark](https://user-images.githubusercontent.com/13558917/81882124-c561ed00-9546-11ea-902f-c77f42e78f18.gif) | ![Referring Sites Dark](https://user-images.githubusercontent.com/13558917/81881769-dfe79680-9545-11ea-8047-a1aac99bebdc.gif) |

## Resources

Mobile App
- [GitHubApiStatus](https://github.com/brminnick/GitHubApiStatus) - A .NET library that makes it easy to understand GitHub's API Rate Limit
- [Xamarin](https://docs.microsoft.com/xamarin/?WT.mc_id=mobile-0000-bramin) - build native apps for Android, iOS, and macOS using .NET code and platform-specific user interfaces
- [Xamarin.Essentials](https://docs.microsoft.com/xamarin/essentials/?WT.mc_id=mobile-0000-bramin) - provides cross-platform APIs for their mobile applications
- [Xamarin.Forms](https://docs.microsoft.com/xamarin/get-started/what-is-xamarin-forms?WT.mc_id=mobile-0000-bramin) - an open-source UI framework to build Android, iOS, and Windows applications from a single shared codebase
- [AppCenter](https://docs.microsoft.com/appcenter/?WT.mc_id=mobile-0000-bramin) - continuously build, test, release, and monitor mobile apps
- [AsyncAwaitBestPractices](https://github.com/brminnick/AsyncAwaitBestPractices) - Extensions for System.Threading.Tasks.Task
- [Autofac](https://github.com/autofac/Autofac) - an IoC container for .NET
- [Debug Rainbows](https://github.com/sthewissen/Xamarin.Forms.DebugRainbows) - Xamarin.Forms UI layout tool
- [HTML Agility Pack](https://github.com/zzzprojects/html-agility-pack) - an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT
- [Polly](https://github.com/App-vNext/Polly) - .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner
- [Refit](https://github.com/reactiveui/refit) - Refit is a REST library for .NET that converts REST APIs into live interfaces
- [Sqlite-net](https://github.com/praeclarum/sqlite-net) - an open source, minimal library to allow .NET, .NET Core, and Mono applications to store data in SQLite 3 databases
- [Syncfusion](https://syncfusion.com) - a UI Component Suite for Building Powerful Web, Desktop, and Mobile Apps
- [Sharpnado.MaterialFrame](https://github.com/roubachof/Sharpnado.MaterialFrame) - A modern Xamarin.Forms Frame component supporting blur, acrylic, dark mode. Implemented with RealtimeBlurView on Android (custom blurview) and UIVisualEffectView on iOS.
- [PancakeView](https://github.com/sthewissen/Xamarin.Forms.PancakeView) - An extended ContentView for Xamarin.Forms with rounded corners, borders, shadows and more!
- [Undraw.co](https://undraw.co/) - Open-source illustrations for any idea you can imagine and create
- [Empty States](https://emptystat.es/tags/mobile) - A curated gallery showcasing designs where no data is available in the UI
- [GitHub Octocat Ocodex](https://octodex.github.com/inspectocat/) - A gallery of custom Octocats

Cloud Backend
- [.NET Core](https://docs.microsoft.com/dotnet/core/?WT.mc_id=mobile-0000-bramin) - an [open-source](https://github.com/dotnet/core), general-purpose development platform maintained by Microsoft and the .NET community on [GitHub](https://github.com/dotnet/core)
- [Azure Functions](https://docs.microsoft.com/azure/azure-functions/?WT.mc_id=mobile-0000-bramin) - a serverless compute service that lets you run event-triggered code without having to explicitly provision or manage infrastructure
- [Azure Functions Dependency Injection](https://docs.microsoft.com/azure/azure-functions/functions-dotnet-dependency-injection?WT.mc_id=mobile-0000-bramin) - Azure Functions supports the dependency injection (DI) software design pattern, which is a technique to achieve [Inversion of Control (IoC)](https://docs.microsoft.com/dotnet/standard/modern-web-apps-azure-architecture/architectural-principles?WT.mc_id=mobile-0000-bramin#dependency-inversion) between classes and their dependencies
- [Polly + HttpClientFactory](https://docs.microsoft.com/dotnet/architecture/microservices/implement-resilient-applications/implement-http-call-retries-exponential-backoff-polly?WT.mc_id=mobile-0000-bramin) - the recommended approach for retries with exponential backoff is to take advantage of more advanced .NET libraries
- [Refit + HttpClientFactory](https://docs.microsoft.com/aspnet/core/fundamentals/http-requests?WT.mc_id=mobile-0000-bramin#generated-clients) - `IHttpClientFactory` can be used in combination with third-party libraries such as Refit

## Author

👤 **Brandon Minnick**

- Twitter: [@TheCodeTraveler](https://twitter.com/TheCodeTraveler)
- Blog: https://codetraveler.io
- Github: [@brminnick](https://github.com/brminnick)

## Show your support

⭐️ [Star the GitHub Repo](https://github.com/brminnick/GitTrends/)

⭐️ [Rate the iOS App](https://apps.apple.com/us/app/gittrends-github-insights/id1500300399)

⭐️ [Rate the Android App](https://play.google.com/store/apps/details?id=com.minnick.gittrends)

## Code of Conduct

Although this project is not a member of the .NET Foundation, we adhere to the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/about/code-of-conduct).