Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drapegnik/social-graph
:two_men_holding_hands: visualize your vk friends like a social graph
https://github.com/drapegnik/social-graph
d3 data-visualization graph grunt js neo4j visualization vk vkontakte-api
Last synced: 3 months ago
JSON representation
:two_men_holding_hands: visualize your vk friends like a social graph
- Host: GitHub
- URL: https://github.com/drapegnik/social-graph
- Owner: Drapegnik
- License: mit
- Created: 2016-12-27T15:49:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T22:58:49.000Z (over 7 years ago)
- Last Synced: 2024-10-09T18:22:47.788Z (3 months ago)
- Topics: d3, data-visualization, graph, grunt, js, neo4j, visualization, vk, vkontakte-api
- Language: JavaScript
- Homepage:
- Size: 1.51 MB
- Stars: 18
- Watchers: 3
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# social-graph
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c875432edd4f4014a16ae3f6f884e31b)](https://www.codacy.com/app/Drapegnik/social-graph?utm_source=github.com&utm_medium=referral&utm_content=Drapegnik/social-graph&utm_campaign=badger)
[![Code Climate](https://codeclimate.com/github/Drapegnik/social-graph/badges/gpa.svg)](https://codeclimate.com/github/Drapegnik/social-graph) [![Issue Count](https://codeclimate.com/github/Drapegnik/social-graph/badges/issue_count.svg)](https://codeclimate.com/github/Drapegnik/social-graph):two_men_holding_hands: visualize your vk friends like social graph
## demo
## install
```
git clone https://github.com/Drapegnik/social-graph.git
git checkout release
```
* add `local.host` to your hosts file point to `127.0.0.1`## run
```
npm i
npm start
```
open [local.host:3000](http://local.host:3000)## development
* my vk-app settings
![](http://res.cloudinary.com/dzsjwgjii/image/upload/v1492552854/vk-app.png)* scripts:
* `npm start`: server start
* `npm run build`: styles compiling
* `npm run hint`: code style check
* `npm run lint`: code style check