GithubHelp home page GithubHelp logo

animefreakk / destinytrialsreport Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ckihneman/destinytrialsreport

0.0 1.0 0.0 6.43 MB

www.DestinyTrialsReport.com

License: Artistic License 2.0

JavaScript 24.95% ApacheConf 4.54% HTML 10.13% CSS 60.38%

destinytrialsreport's Introduction

Destiny Trials Report - www.DestinyTrialsReport.com

Build Status Dependency Status devDependency Status bitHound Score

Quick links

Installation

Installation on Mac OS X

Using homebrew, install node + npm

  • brew install node

Install modules

  • make sure node version is v0.12.7
  • sudo npm install

Install bower packages

  • bower install

Insert API Key

  • Get an API key from Bungie.net
  • Insert your API key in Gruntfile.js here:
proxies: [{
          context: '/bungie',
          host: 'www.bungie.net',
          port: 80,
          https: false,
          xforward: false,
          rewrite: {'^/bungie': '/Platform'},
          headers: {
            'host': 'www.bungie.net',
            'X-API-Key': 'API KEY GOES HERE'
          }
        }]

Update the definition files

  • sudo node manifest.js

Run Server

  • grunt serve

Installation on Debian & Ubuntu

[Install Dependencies] sudo apt-get install git ruby ruby-dev

[Update Gems & Install Compass] sudo gem update --system && gem install compass

[Install Node Version Manager] curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.25.4/install.sh | bash OR wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.25.4/install.sh | bash

[Install NPM & node.js]

source ~/.profile
nvm install 0.12.7
nvm use 0.12.7
n=$(which node);n=${n%/bin/node}; chmod -R 755 $n/bin/*; sudo cp -r $n/{bin,lib,share} /usr/local

[Install NPM Modules]

sudo npm install grunt-cli bower -g
npm install

[Install Bower Components] bower install

[Insert API Key]

  • Get an API key from Bungie.net
  • Insert your API key in Gruntfile.js here:
proxies: [{
          context: '/bungie',
          host: 'www.bungie.net',
          port: 80,
          https: false,
          xforward: false,
          rewrite: {'^/bungie': '/Platform'},
          headers: {
            'host': 'www.bungie.net',
            'X-API-Key': 'API KEY GOES HERE'
          }
        }]

[Update the definition files] sudo node manifest.js

[Run Server] grunt serve

Support

Found a bug?

Please take a look at CONTRIBUTING.md and submit your issue here.


Contributing to the project

We are always looking for the quality contributions! Please check the CONTRIBUTING.md for the contribution guidelines.

destinytrialsreport's People

Contributors

v-fedorov avatar steffanlong avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.