Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hackclub/scrapbook-network

Representation of the network created by Scrapbook's webring feature.
https://github.com/hackclub/scrapbook-network

Last synced: about 2 months ago
JSON representation

Representation of the network created by Scrapbook's webring feature.

Awesome Lists containing this project

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)