Skip to content

GMSteuart/PandaLove

 
 

Repository files navigation

PandaLove Website (Destiny/H5/Xbox APIs)

build statuslicense

PandaLove was a website devoted to tracking our weekly raid Tuesdays, PVP destruction and more. It quickly grew to be more than that.

Features

  • Destiny Stats
    • Trials of Orisis
    • Prison of Elders
    • Raids
    • PVP
  • Destiny Profile pages
  • Destiny Post Game Reports
  • Destiny XUR checks
  • Roster page for "PandaLove" clan
  • Enhanced Destiny Trials reports
  • Comments
  • Xbox "Who is Online" checks
  • Halo 5 Active Playlists
  • Halo 5 Profile pages
  • Calendar w/ RSVP support to attend events
  • Validation of Ownership of Destiny account
  • Admin Support via commands to API via Google Hangouts bot

How to install

  1. Get Composer
  2. Get NodeJs
  3. git clone git@github.com:iBotPeaches/PandaLove.git
  4. cd PandaLove
  5. composer install
  6. npm install
  7. npm install -g gulp
  8. cp .env.example .env
  9. Create a local database. Write down the database name, along with database username & password.
  10. Change values in .env to match your settings (the 3 database fields)
  11. php artisan migrate
  12. php artisan db:seed
  13. gulp
  14. php artisan serve
  15. done

Thanks

About

Sourcecode for PandLove website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 62.8%
  • PHP 36.0%
  • JavaScript 1.2%