All Projects → rediche → gw2-ninja

rediche / gw2-ninja

Licence: other
A collection of Guild Wars 2 Tools.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to gw2-ninja

resizable-panels
Web Component that allows to resize its childrens vertically or horizontally
Stars: ✭ 18 (+5.88%)
Mutual labels:  polymer
page-title
A Polymer element for easily updating a webpage's title, such as in a SPA.
Stars: ✭ 13 (-23.53%)
Mutual labels:  polymer
fullcalendar-calendar
Web Component wrapper for FullCalendar
Stars: ✭ 21 (+23.53%)
Mutual labels:  polymer
lvr
👓 Augmented Reality for everyone - Out of the world experiences
Stars: ✭ 92 (+441.18%)
Mutual labels:  polymer
GitHunt-Polymer
An example of a client-side app built with Polymer and Apollo Client.
Stars: ✭ 13 (-23.53%)
Mutual labels:  polymer
elm-simple-gtd
Reimagination of SimpleGTD.com using Elm and Polymer.
Stars: ✭ 24 (+41.18%)
Mutual labels:  polymer
vege-table
A data table that grows, with leaves
Stars: ✭ 29 (+70.59%)
Mutual labels:  polymer
eslint-plugin-lit
lit-html support for ESLint
Stars: ✭ 90 (+429.41%)
Mutual labels:  polymer
Vidyano
Vidyano Web²
Stars: ✭ 29 (+70.59%)
Mutual labels:  polymer
mapbox-gl
Polymer 2.0 custom element for mapbox-gl-js. Uses WebGL to render interactive maps from vector tiles and Mapbox styles - compatible with deck-gl.
Stars: ✭ 24 (+41.18%)
Mutual labels:  polymer
identicon-avatar
👾 GitHub style identicon avatar
Stars: ✭ 15 (-11.76%)
Mutual labels:  polymer
moment-js
A Polymer element to parse, validate, manipulate, and display dates using Moment.js.
Stars: ✭ 15 (-11.76%)
Mutual labels:  polymer
paper-chip
A chip web component made with Polymer 2 following Material Design guidelines
Stars: ✭ 30 (+76.47%)
Mutual labels:  polymer
node-red-contrib-polymer
A Polymer based Dashboard UI for Node-RED
Stars: ✭ 21 (+23.53%)
Mutual labels:  polymer
ibm-toolbar
Horizontal toolbar containing items that can be used for label, navigation, search and actions
Stars: ✭ 18 (+5.88%)
Mutual labels:  polymer
TehsTrails
A collection of xTeh.7146's marker packs.
Stars: ✭ 39 (+129.41%)
Mutual labels:  guildwars2
go-poly-tenant
Go + Polymer MultiTenancy on AppEngine
Stars: ✭ 22 (+29.41%)
Mutual labels:  polymer
ProjectTabManager
Have too many tabs opened on Chrome? This extension helps you organize your tabs on windows per projects.
Stars: ✭ 98 (+476.47%)
Mutual labels:  polymer
evtc
Analysis and management of Guild Wars 2 EVTC logs from arcdps.
Stars: ✭ 43 (+152.94%)
Mutual labels:  guildwars2
twc
TypeScript based, boilerplate-less, Polymer toolbox friendly Polymer Modules
Stars: ✭ 33 (+94.12%)
Mutual labels:  polymer

<gw2-ninja>

Polymer 3 version of GW2 Ninja.

Setup

Prerequisites

First, install Polymer CLI (we assume you have pre-installed node.js).

npm install -g polymer-cli bower

Install

clone from git repo
cd gw2-ninja
npm install

Configuation

Modify ./config.js in the root directory with your application Client ID from Twitch. You can get one from your Twitch Developer Dashboard.

Start the development server

This command serves the app at http://localhost:8080 and provides basic URL routing for the app:

polymer serve

Build

This command performs HTML, CSS, and JS minification on the application dependencies, and generates a service-worker.js file with code to pre-cache the dependencies based on the entrypoint and fragments specified in polymer.json. The minified files are output to the build/default folder.

polymer build

Preview the build

This command serves the built version of the app at http://localhost:8080:

polymer serve build/default

Run tests

Note: No proper tests are currently implemented.

This command will run Web Component Tester against the browsers currently installed on your machine:

polymer test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].