This is a lotto web application for GuildWars 2
Built on the Meteor platform
This project should work on Windows, OSX, and Linux
- Meteor 1.3 or higher
- Clone the Repository
meteor npm install --save
meteor run
- Visit http://localhost:3000
Notes
You may need to run meteor with some additional parameters. Below are some commonly used examples. For a full listing, check Meteor's documentation here.
Argument | CMD Parameter |
---|---|
API | --settings settings.json |
Port | --port 1234 |
In order to use the GW2 API to auto-populate the Guild Bank contents as well as the user log entries, you will need a settings.json
file passed into meteor.
Example settings.json
file (replace the values with your own information):
{
"apiKey": "00000000-0000-0000-0000-00000000000000000000-0000-0000-0000-000000000000",
"guildId": "00000000-0000-0000-0000-000000000000",
"inventory": "Bank Section Name"
}