Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A microservice written in express used to get data from the HiRez API. Currently intended for local network usage, it can be adapted by implementing CORS and https.

Notifications You must be signed in to change notification settings

acorpuz101/smite-api

Repository files navigation

Smite API

Purpose

This app is intended to be a microservice run on, and accessed by, a local network.

This app will probably need https and CORS if extended out to broader users.

Installing

  • Run npm install to install dependencies
  • Copy auth.json.dist into the root directory without the .dist.
  • Put your smite api credentials into auth.json
  • Copy conf.json.dist into the root directory without the .dist.
  • If needed, change any configuration properties in config.json.
  • To start, run node index.js

About

A microservice written in express used to get data from the HiRez API. Currently intended for local network usage, it can be adapted by implementing CORS and https.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published