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 π
- Host: GitHub
- URL: https://github.com/jkadamczyk/networker
- Owner: jkadamczyk
- Created: 2018-11-26T20:19:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T12:38:28.000Z (over 7 years ago)
- Last Synced: 2025-06-03T17:12:48.168Z (about 1 year ago)
- Topics: agh, agh-ust, react, simulation, social-network
- Language: JavaScript
- Homepage: https://social-network-simulation.netlify.com/
- Size: 387 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)