webpagetest-charts-api | An api of endpoints to build charts from WebPagetest results

 by   trulia JavaScript Version: Current License: MIT

kandi X-RAY | webpagetest-charts-api Summary

kandi X-RAY | webpagetest-charts-api Summary

webpagetest-charts-api is a JavaScript library. webpagetest-charts-api has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

WebPagetest Rules. There are tools that are easier to use, but nothing that lets you really see deeply into the browser side of things. But there's no easy way to compare results over time. So this is a small express application that runs tests, stores them, and offers endpoints to access the data. It assumes that you'll want to look at a variety of charts for your data, so the following datapoints are available:. It also keeps links to the full WebPagetest results for deeper introspection. You can build a UI on this API. A working example is Visit that repo to see screenshots of what it can display. And none of this would have happened without marcelduran and his webpagetest-api module which made the data side of this very easy to prototype quickly.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              webpagetest-charts-api has a low active ecosystem.
              It has 67 star(s) with 10 fork(s). There are 14 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 3 open issues and 2 have been closed. On average issues are closed in 31 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of webpagetest-charts-api is current.

            kandi-Quality Quality

              webpagetest-charts-api has no bugs reported.

            kandi-Security Security

              webpagetest-charts-api has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              webpagetest-charts-api is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              webpagetest-charts-api releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of webpagetest-charts-api
            Get all kandi verified functions for this library.

            webpagetest-charts-api Key Features

            No Key Features are available at this moment for webpagetest-charts-api.

            webpagetest-charts-api Examples and Code Snippets

            No Code Snippets are available at this moment for webpagetest-charts-api.

            Community Discussions

            No Community Discussions are available at this moment for webpagetest-charts-api.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install webpagetest-charts-api

            Create a json config file with your test suites. See 'Test Suite Config' below.
            clone this repo
            Create a json config file with your test suites. See 'Test Suite Config' below.
            Decide if you want to use the filesystem to store your data (default), or a database. The Filesystem works well, but can get slow if there are lots of data points. If you want to use a database:
            Create a postgres/mysql/sqlite table with the schema (postgres shown, datapoint_id needs to be an auto increment column.):
            Edit the file data_store/index.js to require the correct interface (db).
            Edit the connection string in data_store/db.js to connect to the database.
            In package.json, update the any-db-* database module to reference the correct db type (postgres is the default).
            do an npm install
            Run the server with: SUITE_CONFIG=/your/wpt-api/config-file.json npm start. You MUST specify a SUITE_CONFIG otherwise you'll get an error when the app starts.
            Visit the host/port the application is running on. By default this will be http://localhost:3001 to get a list of available endpoints.

            Support

            PRs are Happily Accepted! The preferred PR method is:. If you have a larger idea, feel free to bring it up in an issue first. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/trulia/webpagetest-charts-api.git

          • CLI

            gh repo clone trulia/webpagetest-charts-api

          • sshUrl

            git@github.com:trulia/webpagetest-charts-api.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular JavaScript Libraries

            freeCodeCamp

            by freeCodeCamp

            vue

            by vuejs

            react

            by facebook

            bootstrap

            by twbs

            Try Top Libraries by trulia

            hologram

            by truliaRuby

            choroplethr

            by truliaR

            hologram-example

            by truliaCSS

            cidr-house-rules

            by truliaPython

            thoth

            by truliaJava