Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kimromi/ruboty-page_speed_insights
- Owner: kimromi
- License: mit
- Created: 2017-06-13T08:24:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-01T06:41:40.000Z (over 7 years ago)
- Last Synced: 2024-10-31T14:54:37.219Z (2 months ago)
- Topics: ruboty, ruby
- Language: Ruby
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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).