All Projects → techgaun → Active Forks

techgaun / Active Forks

Find active github forks of a repo https://git.io/vSnrC

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Active Forks

Vuex Rest Api
A utility to simplify the use of REST APIs with Vuex
Stars: ✭ 365 (-58.48%)
Mutual labels:  api, hacktoberfest
Ola
The Open Lighting Architecture - The Travel Adaptor for the Lighting Industry
Stars: ✭ 424 (-51.76%)
Mutual labels:  api, hacktoberfest
Javacord
An easy to use multithreaded library for creating Discord bots in Java.
Stars: ✭ 368 (-58.13%)
Mutual labels:  api, hacktoberfest
Askql
AskQL is a query language that can express any data request
Stars: ✭ 352 (-59.95%)
Mutual labels:  api, hacktoberfest
Kroki
Creates diagrams from textual descriptions!
Stars: ✭ 774 (-11.95%)
Mutual labels:  api, hacktoberfest
Loopback Next
LoopBack makes it easy to build modern API applications that require complex integrations.
Stars: ✭ 3,972 (+351.88%)
Mutual labels:  api, hacktoberfest
Memento
Memento is a development-only tool that caches HTTP calls once they have been executed.
Stars: ✭ 380 (-56.77%)
Mutual labels:  api, hacktoberfest
Php Openapi
Read and write OpenAPI yaml/json files and make the content accessible in PHP objects.
Stars: ✭ 268 (-69.51%)
Mutual labels:  api, hacktoberfest
Stein
Use Google Sheets as your no-setup database
Stars: ✭ 726 (-17.41%)
Mutual labels:  api, hacktoberfest
Droplet kit
DropletKit is the official DigitalOcean API client for Ruby.
Stars: ✭ 482 (-45.16%)
Mutual labels:  api, hacktoberfest
Canvasapi
Python API wrapper for Instructure's Canvas LMS. Easily manage courses, users, gradebooks, and more.
Stars: ✭ 306 (-65.19%)
Mutual labels:  api, hacktoberfest
Pizzly
The simplest, fastest way to integrate your app with an OAuth API 😋
Stars: ✭ 796 (-9.44%)
Mutual labels:  api, hacktoberfest
Laravel Api Boilerplate
Laravel API Boilerplate | Please consult the Wiki !
Stars: ✭ 300 (-65.87%)
Mutual labels:  api, hacktoberfest
Wp Graphql Acf
WPGraphQL for Advanced Custom Fields
Stars: ✭ 358 (-59.27%)
Mutual labels:  api, hacktoberfest
Vulcain
Fast and idiomatic client-driven REST APIs.
Stars: ✭ 3,190 (+262.91%)
Mutual labels:  api, hacktoberfest
Villus
🏎 A tiny and fast GraphQL client for Vue.js
Stars: ✭ 378 (-57%)
Mutual labels:  api, hacktoberfest
Common
A set of common utils for consuming Web APIs with Angular
Stars: ✭ 259 (-70.53%)
Mutual labels:  api, hacktoberfest
Wp Graphql
🚀 GraphQL API for WordPress
Stars: ✭ 3,097 (+252.33%)
Mutual labels:  api, hacktoberfest
Goa
Design-based APIs and microservices in Go
Stars: ✭ 4,493 (+411.15%)
Mutual labels:  api, hacktoberfest
Ftl
The Pi-hole FTL engine
Stars: ✭ 776 (-11.72%)
Mutual labels:  api, hacktoberfest

active-forks

Find the active github forks of a project

This project allows you to find the most active forks of a repository.

Find Active Fork

As Bookmarklet

If you would like to use this tool as a bookmarklet, you can do so by saving the following javascript code as the bookmarklet. Since Github doesn't allow javascript in its markdown, you can add it manually. Hit Ctrl+D to create a new bookmark and paste the javascript below into the URL or "Location" entry (you may have to click "More" to see the URL field). Any time you're on a Github repo you can click the bookmarklet and it'll bring up the Active Forks of that repo.

javascript:thing=document.URL.match(/github.com\/([A-z][\w\-]*\/[A-z][\w\-]*)/);if (thing){var newPage = 'https://techgaun.github.io/active-forks/index.html#'+thing[1];open(newPage%20,'targetname')%20}%20else%20{window.alert("Not%20a%20valid%20GitHub%20page");}

Screenshot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].