nuxtjs-insights

0.1.3 • Public • Published

⚡ nuxtjs-insights

npm version npm downloads

Parse the result of PageSpeed Insights and send a slack notification

Notification:

Setup

  1. Add the nuxtjs-insights dependency with yarn or npm to your project
  2. Add nuxtjs-insights to the buildModules section of nuxt.config.js
  3. Configure it:
{
  buildModules: [
    ['nuxtjs-insights', {
      webhookUrl: 'https://hooks.slack.com/services/******/*****/******',
      url: 'https://www.google.com'
    }]
  ]
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) Joffrey Berrier joffrey.berrier@gmail.com

Readme

Keywords

none

Package Sidebar

Install

npm i nuxtjs-insights

Weekly Downloads

0

Version

0.1.3

License

MIT

Unpacked Size

184 kB

Total Files

6

Last publish

Collaborators

  • joffreyberrier