Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Djiit/vgmapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vainglory Community Mapper

Find Vainglory players around you ! See it in action here.

Usage

First, clone the projet (or fork it first, then clone it).

You will need your own FireBase & Vainglory API key to run your own instance. Create src/config.js :

const config = {
  FB_API_KEY: "<your FireBase API key>",
  GM_API_KEY: "<your Google API key>",
  VG_API_KEY: "<your Vainglory API key>"
}

export default config;

You're good to go! open a terminal and type :

npm install   # Fetch JS dependencies.
npm start     # Start a development server.

For production use, you should build an optimized version with npm run build. You can now upload the build folder on your own server.

Note : If you use your own fork, feel free to change the footer links (Github/Twitter) in src/components/Deck.js.

CHANGELOG

See CHANGELOG.

Credits & Feedback

Made with <3 by Djiit.

Found a bug ? Please file up an issue.

Have an idea ? Tell me on Twitter!