Coder Social home page Coder Social logo

destinder's Introduction

README

Getting started:

  • Install Ruby, Rails, and Postgres on your machine (guide for Mac OS)

  • Clone the git repository:

    • In a terminal session, change to the directory you want the files to live in and run git clone https://github.com/destiny-aviato/intense-spire.git

    • Once that's done, change into the destinder directory

  • Run bundle install in terminal

  • For local development, run figaro install. This will create a file called /config/application.yml. Open it up and add the following lines:

    CLIENT_ID: '<client_id>'
    CLIENT_SECRET: '<client_secret>'
    X_API_KEY: '<client api key>'
    REDIRECT_URL: "https://arcane-peak-29389.herokuapp.com/users/auth/bungie/callback" #for development
    API_TOKEN: '<client api key>' #this can be the same as the one above, you'll need it for API requests (for now)

You will want to create an application on https://www.bungie.net/en/Application/ to generate these keys. Select OAuth Client Type = Confidential, and add the same redirect_url above to the application settings. Select all permissions under scope except for "Move or equip Destiny gear and other items." Finally add * as the Origin header.

  • Install pow for subdomain api testing on development.

    • run curl get.pow.cx | sh
    • then cd ~/.pow
    • and finally ln -s /path/to/myapp (example: ~/workspace/destinder)
  • Now you should be able to run rails db:migrate (if it fails, try rake db:create first). This will create all of the databases

  • If those have been successful, you should now be able to start the rails server by typing rails server. Navigate to http://localhost:3000 to see if it works.

Contributing

We love and welcome all contribution requests! If you've either found a bug or have a feature you want added in, please create a pull request with a detailed comment outlining your changes (Follow this guide). Please also attach any screenshots of UI changes you may have made in the process as well. If you have any questions please file an issue on GitHub or send send us an email. We plan on reviewing all pull requests within 2 weeks of submission. Thanks!

destinder's People

Contributors

brianbolnick avatar alexwalz avatar putinpudding avatar broccolihero13 avatar kurtis-roberts 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.