Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kimromi/ruboty-page_speed_insights

PageSpeed Insights handler for Ruboty
https://github.com/kimromi/ruboty-page_speed_insights

ruboty ruby

Last synced: about 2 months ago
JSON representation

PageSpeed Insights handler for Ruboty

Awesome Lists containing this project

README

        

# Ruboty::PageSpeedInsights

[PageSpeed Insights](https://developers.google.com/speed/pagespeed/insights) handler for Ruboty.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'ruboty-page_speed_insights'
```

## Environment

#### `GOOGLE_TOKEN`

For use the PageSpeed Insights API(Google API). You can make a token with [this URL](https://console.developers.google.com/projectselector/apis/credentials).

## Usage

```
@ruboty psi
```

## Screenshots

![](https://raw.githubusercontent.com/kimromi/ruboty-page_speed_insights/master/screenshots/result.png)

### for ruboty-slack_rtm

![](https://github.com/kimromi/ruboty-page_speed_insights/blob/master/screenshots/result-for-ruboty-slack_rtm.png?raw=true)

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).