kangaechigai / librato-alerts-chrome

A Chrome extension that shows Librato Alerts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

librato-alerts-chrome

A Chrome extension that shows Librato Alerts.

CircleCI

Getting Started

You can download the extension from Chrome Web Store.

Alternatively, you can download this repo and install locally via:

$ git clone git@github.com:bryanmikaelian/librato-alerts-chrome.git
$ cd librato-alerts-chrome
$ npm install --save`
$ gulp

At this point, everything should exist in the dist directory. You can then load the unpackaged version of this extension in to Chrome.

Contributing

Features and bug fixes are welcomed! You can open up a PR with your changes and we can go from there. Depending on the severity of the issue, we will cut a new release and ship it to the Chrome Web Store. For sanity purposes, code changes should be made using the following technologies:

  • All CSS should be written with Sass
  • All JS should ES6 features
  • ReactJS is the preferred way to add components / UI elements.
  • jQuery should be avoided but exceptions can always be made.

You should also get familiar with the Chrome Developer Documentation for Extensions.

About

A Chrome extension that shows Librato Alerts.

License:MIT License


Languages

Language:JavaScript 83.1%Language:CSS 12.0%Language:HTML 4.9%