Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1020 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 1020 Bytes

Projektseminar Mediengestaltung I: Informationsvisualisierung - Gruppe 10

This is the project we got to develop in the course PSMG1 SS17.

By Kerstin Mondry, Svenja Franzes, Markus Bosek and Christian Winkler.

Getting started

  • Open your command-line (Windows) or Terminal (Mac).
  • Change to the directory where the server.js is located with:
cd /path_to_folder/www/src/
  • Start the server with:
node server.js
  • You should now be able to visit http://localhost:8081 and see our visualization.

Tech

  • node.js - evented I/O for the backend
  • Express - fast node.js network app framework
  • D3.js - comprehensive library for producing dynamic, interactive data visualizations
  • Marvel API - node.js wrapper for working with the official Marvel Comics API

Version

1.0