Braids
A node module and cli to get data about a site's performance and network requests
Installation
npm install braids
Data
Each call to run
will return the following data:
Module Usage example
; { await ; const mySiteData = await ; const mySiteData2 = await ; ;}
CLI Usage Example
braids run http://www.mysite.com > mysite.json
Development setup
npm installnpm build
Meta
Ryan Hinchey – @ryhinchey
Distributed under the MIT license. See LICENSE.txt
for more information.
https://github.com/ryhinchey/braids
Contributing
- Fork it (https://github.com/rhinchey/braids/fork)
- Create your feature branch (
git checkout -b feature/new-feature
) - Commit your changes (
git commit -am 'Add a new feature'
) - Push to the branch (
git push origin feature/new-feature
) - Create a new Pull Request