Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyleconrad/worldofx
An interactive exploration of the world of Marvel's X-Men using Meteor, Google Maps API, and Marvel API.
https://github.com/kyleconrad/worldofx
Last synced: 29 days ago
JSON representation
An interactive exploration of the world of Marvel's X-Men using Meteor, Google Maps API, and Marvel API.
- Host: GitHub
- URL: https://github.com/kyleconrad/worldofx
- Owner: kyleconrad
- Created: 2014-09-15T15:21:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-01T19:13:42.000Z (over 8 years ago)
- Last Synced: 2024-04-14T22:53:30.486Z (9 months ago)
- Language: CSS
- Homepage: http://world-of-x.com/
- Size: 9.52 MB
- Stars: 13
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# World of X
An interactive exploration of the world of Marvel's X-Men. Created in 1963, the X-Men have fought evil (and themselves) for over sixty years and across hundreds of comic book series, events, cartoons, and movies. With World Of X, you can explore the places that have shaped their world. Built using Meteor, World Of X incorporates the Google Maps API V3 and the Marvel Developer API.
## Local Setup
Running local set up will set up Meteor, install all necessary bundles and dependencies, and then run a server with livereload. It watches all SASS, JS, and images, then reloads accordingly.
$ curl https://install.meteor.com | sh
$ cd worldofx
$ meteor