Skip to content

buren/site-blazer

 
 

Repository files navigation

Site Blazer

Make sure that your site isn't shite.

Deploy

Getting started

$ git clone git@github.com:young-skilled/site-blazer.git
$ cd site-blazer
$ npm install
$ cp .sample.env .env
# Now go to .env and update the values
  1. Goto Google developer console
  2. Create a new project in Google developer console
  3. Create new server API key
  4. Goto to "Overview", click "PageSpeed Insights API"
  5. Click "Enable"

⚠️ If you don't setup an API key this app wont work!

Usage

WEB

$ npm start
# Starts a server on http://localhost:5000

CLI

You can invoke Site Blazer using the very simple CLI:

$ npm run cli google.com example.com

Deploy

Deploy to existing instance

  1. Make sure that you have the heroku git remote setup
  2. git push heroku master

Deploy new instance

This app is Heroku ready.

$ heroku create <any_name>
$ git push heroku master

About

Make sure that your site isn't shite.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.0%
  • HTML 26.4%
  • CSS 2.6%