ezekeal / Zmite

An app for using the smite API by Hi-Rez

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zmite

A site using the Smite API by Hi-Rez Studios

A working version can be found here

This source is avaliable for helping others and getting help from others.

To get started you will need to:

  • get developer credentials from Hi Rez
  • create a creds.js file in the src folder with your developer creditials
module.exports = {
  devId: '1234',
  authKey: '327R2D2C3POTHX1138FN2187MSE6BB8GNK'
}
  • install and run mongoDB
  • install Node
  • install elm globally npm i -g elm
  • install gulp globally npm i -g gulp
  • install packages locally npm i
  • build with gulp gulp build
  • run the server node dist/server
  • view the endpoints http://localhost:5000/api/testsession

Showing Thanks

If this information helped you at all, feel free to show your thanks in increasing levels of gratitude.

  1. Star this repo (click that star icon at the top right)
  2. Say thanks (tweet at @ezekeal and say thanks)
  3. Attribution: mention "Zach Koch" on your about page or readme
  4. Hire me. (I mean look how cool this is!)

About

An app for using the smite API by Hi-Rez


Languages

Language:Elm 51.3%Language:JavaScript 33.0%Language:CSS 13.5%Language:HTML 2.2%