browser-calories-api

Microservice that fetches Web Performance metrics

Stars
15
Committers
1

Browser Calories API

A microservice that fetches web performance metrics from a particular URL.

Built with Node, Hapi and PageSpeed. Hosted on Heroku. Monitored on New Relic.

Setup

Install dependencies:

npm install

Run it:

npm start

The server should be initialized at localhost:4000.

Usage

Just include the url parameter on your request and have fun!

curl http://localhost:4000/?url=https://github.com/zenorocha

License

MIT License © Zeno Rocha