Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackclub/scrapbook-network
Representation of the network created by Scrapbook's webring feature.
https://github.com/hackclub/scrapbook-network
Last synced: 2 months ago
JSON representation
Representation of the network created by Scrapbook's webring feature.
- Host: GitHub
- URL: https://github.com/hackclub/scrapbook-network
- Owner: hackclub
- Created: 2020-11-08T04:03:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-09T11:26:21.000Z (about 4 years ago)
- Last Synced: 2024-10-28T09:53:51.903Z (3 months ago)
- Language: JavaScript
- Homepage: https://network.scrapbook.hackclub.com
- Size: 117 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hackclub - scrapbook-network - [@sampoder](https://github.com/sampoder) - **(JavaScript)** _Representation of the network created by Scrapbook's webring feature._ (Web Apps)
README
# Scrapbook Network
This site fetches each [Scrapbook](https://scrapbook.hackclub.com) user's webring and then generates a network diagram of the links between users.
To do so it uses the [Scrapbook API](https://github.com/hackclub/summer-scrapbook#public-api) to fetch the data and then uses the [react-graph-network](https://www.npmjs.com/package/react-graph-network) module to create the graph with [Next.js](https://nextjs.org).
:rocket: built by [@sampoder](https://github.com/sampoder)