Skip to content

kangaechigai/librato-alerts-chrome

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.1%
  • CSS 12.0%
  • HTML 4.9%