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

https://github.com/jkadamczyk/networker

Simulate social networks growth with graphs and JavaScript πŸ“ˆ
https://github.com/jkadamczyk/networker

agh agh-ust react simulation social-network

Last synced: about 2 months ago
JSON representation

Simulate social networks growth with graphs and JavaScript πŸ“ˆ

Awesome Lists containing this project

README

          

# Social Network Simulation

A project for course Systems Modelling and Simulation @ AGH UST

## Running
Check out directly [here](https://social-network-simulation.netlify.com/)

To run from source simply clone or download and extract the repo and:
```
$ yarn install
$ yarn start

# or

$ npm install
$ npm start
```
## Creators

* [Albert DuΕΊ](https://github.com/TeRed)
* [Przemek Filipek](https://github.com/przemek279)
* [Jakub Adamczyk](https://github.com/adamczyk777)