Skip to content

Five52/diablo3-codex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diablo3-codex

The goal of this project is to create a data explorer witch use crawled data and display it on a dynamic graph. This project is became a Diablo3 codex. It regroup the skills of each class, weapons and armors pieces witch are obtain in the adventure. It's a group project involving Evrard Caron and Pierre Labadille, students in M2-DNR2i from the University of Caen.

Installing

Clone the repository (localy or in node server)

git clone https://github.com/Five52/diablo3-codex.git
cd diablo3-codex

Install the dependencies

If you don't have npm, you need to install it. There is a procedure you can follow (otherwise google is your friend):``

wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
nvm install node

Then you just need to run npm install

cd nodejs
npm install

## Fill the database

npm start

Then go in you browser in the folowing url:

Launch the application

It should already work (unless you stop the server, just run npm start again if you did).

Built with

License

This project is licensed under the GNU License - see the LICENCE file for details

About

Diablo 3 codex displayed with D3.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published