All Projects → evoluteur → meet-the-fans

evoluteur / meet-the-fans

Licence: MIT License
Query and Visualize the network graph of your GitHub repositories, followers, stargazers, and forks.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to meet-the-fans

Github Star Stats
awesome GitHub repo star statistics generator
Stars: ✭ 69 (+213.64%)
Mutual labels:  github-api, stars
useful-forks.github.io
Improving GitHub's Forks list discoverability through automatic filtering. The project offers an online tool and a Chrome extension.
Stars: ✭ 917 (+4068.18%)
Mutual labels:  github-api, forks
Year On Github
🐙 Share your Github stats for 2020 on Twitter
Stars: ✭ 108 (+390.91%)
Mutual labels:  github-api, developer
Starcharts
Plot your repository stars over time.
Stars: ✭ 560 (+2445.45%)
Mutual labels:  github-api, stars
github-interact-cli
🎩 Interact with GItHub right inside your terminal
Stars: ✭ 43 (+95.45%)
Mutual labels:  github-api, repository
Tent
Content management with Github hosted Markdown as an authoritative data source
Stars: ✭ 28 (+27.27%)
Mutual labels:  github-api, repository
SocialMedia-App
A fully functional social media app built with flutter with multiple features
Stars: ✭ 646 (+2836.36%)
Mutual labels:  social-networks, social-network
Readme Template
📜 Modelos readme para qualquer pessoa copiar e usar em seu GitHub.
Stars: ✭ 287 (+1204.55%)
Mutual labels:  repository, stars
d3-force-apex-plugin
Oracle APEX Region Type Plugin: D3 Force Network Chart
Stars: ✭ 22 (+0%)
Mutual labels:  force-layout, d3js
awesome-search-engine-optimization
A curated list of backlink, social signal opportunities, and link building strategies and tactics to help improve search engine results and ranking.
Stars: ✭ 82 (+272.73%)
Mutual labels:  social-networks, social-network
Repository Hunter
🌹 Making GitHub more socially engaging 🎮 and fun 🍥 for all
Stars: ✭ 273 (+1140.91%)
Mutual labels:  github-api, social-network
clubi
A group-oriented social media platform written in Laravel and Vue
Stars: ✭ 29 (+31.82%)
Mutual labels:  social-networks, social-network
action-sync-node-meta
GitHub Action that syncs package.json with the repository metadata.
Stars: ✭ 25 (+13.64%)
Mutual labels:  github-api, repository
Gitwar
🚀 Gitwar - Compete with Github
Stars: ✭ 44 (+100%)
Mutual labels:  github-api, stars
Track-Stargazers
Have fun tracking your project's stargazers
Stars: ✭ 38 (+72.73%)
Mutual labels:  github-api, d3js
Beefun Pro
Github client for iOS in Swift.
Stars: ✭ 172 (+681.82%)
Mutual labels:  github-api, repository
react-social-network
react social network
Stars: ✭ 13 (-40.91%)
Mutual labels:  social-networks, social-network
Humhub
HumHub is an Open Source Enterprise Social Network. Easy to install, intuitive to use and extendable with countless freely available modules.
Stars: ✭ 5,586 (+25290.91%)
Mutual labels:  social-networks, social-network
LinkedIn Scraper
🙋 A Selenium based automated program that scrapes profiles data,stores in CSV,follows them and saves their profile in PDF.
Stars: ✭ 25 (+13.64%)
Mutual labels:  social-networks, social-network
WorkGroup
Self-Hosted private Social Media-Intranet for Companies.
Stars: ✭ 21 (-4.55%)
Mutual labels:  social-networks, social-network

Meet-the-Fans · GitHub license npm version

Network graph of repositories, followers, stargazers, and forks to meet your GitHub fans.

Evoluteur's graph

Getting the data

Get your data (user info, repositories, followers, stars, and forks) using GitHub GraphQL API.

Get your Data

You will need a GitHub Access Token.

Visualizing the data

Visualize your data using D3 force layout.

Evoluteur's graph

You will have to change the path to "data/data-evoluteur.js" for the new file you just downloaded (in index.html).

Clicking a project dot (on the graph or in the left pane) highlights it with its stargazers and forks.

Evoluteur's graph

The graph supports zoom and pan. Colors, size and force layout can be configured in the config.js file. You may also want to modify the CSS.

const config = {
  height: 1600,
  width: 1200,
  strength: -30,
  distance: 50,
  userColors: {
    follower: "#B9D7EB",
    star: "#86BDDC",
    fork: "#1966AC",
    both: "#4A96C9",
  },
  colorFaded: "#e1e1e1",
  circleBorder: "white",
  maxTopics: 5,
};

To rebuild the project (minimizing the JS), run the following commands:

npm install
npm run mini

License

Meet-the-Fans is released under the MIT license.

Copyright (c) 2022 Olivier Giulieri.

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].