Skip to content

Commit

Permalink
Merge branch 'master' of github.com:arscan/encom-boardroom
Browse files Browse the repository at this point in the history
  • Loading branch information
arscan committed Aug 9, 2017
2 parents ad9af8c + 07ac8c8 commit 9c14e9e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Encom Boardroom

An HTML5 recreation of the [Boardroom
Scene](http://work.gmunk.com/TRON-Board-Room) in Disney's [Tron:
Legacy](http://www.imdb.com/tible/tt1104001/). It currently displays realtime
data from Github and Wikipedia to make it a bit more fun. View it in action at
Legacy](http://www.imdb.com/title/tt1104001/). It currently displays realtime
data from GitHub and Wikipedia to make it a bit more fun. View it in action at
https://www.robscanlon.com/encom-boardroom/ .

![Boardroom light table](https://raw.github.com/arscan/encom-boardroom/master/images/screenshot_lighttable.jpg "Boardroom light table")
Expand All @@ -19,14 +19,14 @@ for a couple of seconds. I am in awe of those that put it together.
My focus was on the globe and I made it available as a [standalone
library](https://github.com/arscan/encom-globe) for those interested. The other
elements are only loose adaptations of the film version. This project is not
associated with Github, Wikipedia, Tron: Legacy, or Disney. It is just a
associated with GitHub, Wikipedia, Tron: Legacy, or Disney. It is just a
tribute.

### Usage

The web application can be launched simply by serving up `./index.html`. If
you would like the full application, including the feeds from wikipedia and
github, install and run the node application as follows:
you would like the full application, including the feeds from Wikipedia and
GitHub, install and run the node application as follows:

```sh
npm install
Expand All @@ -40,7 +40,7 @@ feeds, but it certainly is possible. I did split out the globe into its own
[standalone library](https://github.com/arscan/encom-globe) that can be easily
reused though.

### Noteable Dependencies
### Notable Dependencies

* [Node.js](http://nodejs.org/)
* [Three.js](http://threejs.org/)
Expand All @@ -51,23 +51,23 @@ reused though.

### Feed Info

**Github:** Data is being streamed in realtime from Github's [public timeline
**GitHub:** Data is being streamed in realtime from GitHub's [public timeline
feed](http://github.com/timeline.json). Location information is retrieved from
the user's github profile and is mapped using
the user's GitHub profile and is mapped using
[geonames.org](http://geonames.org). Historic 2013 data was retrieved from the
[Github Archive](http://githubarchive.org). User pictures are from
[GitHub Archive](http://githubarchive.org). User pictures are from
[Gravatar](http://gravatar.com) and are throttled to under one per second to
conserve bandwidth.

**Wikipedia:** Data is being streamed in realtime from Wikipedia's [public irc
**Wikipedia:** Data is being streamed in realtime from Wikipedia's [public IRC
feed](http://meta.wikimedia.org/wiki/IRC_channels#Raw_feeds). Location
information is only available from anonymous users in the form of IP addresses,
and is mapped to real locations using [freegeoip.net](http://freegeoip.net).

### License

The MIT License (MIT)
Copyright (c) 2014 Robert Scanlon
Copyright (c) 2014-2017 Robert Scanlon

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 9c14e9e

Please sign in to comment.