ATCP / beta.httparchive.org

Beta version of HTTP Archive

Home Page:http://beta.httparchive.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

beta

Beta version of https://github.com/HTTPArchive/httparchive at http://beta.httparchive.org

Run Locally

Source

  1. If you don't have virtualenv, install it using pip.
sudo pip install virtualenv
  1. Create an isolated Python environment, and install dependencies:
virtualenv env
source env/bin/activate
pip install -r requirements.txt
  1. Install the NPM dependencies:
npm install
  1. Run the application:
npm run start
  1. In your web browser, enter the following address: http://localhost:8080

Deploy

npm run deploy

About

Beta version of HTTP Archive

http://beta.httparchive.org

License:Apache License 2.0


Languages

Language:JavaScript 42.8%Language:HTML 28.9%Language:CSS 11.7%Language:Python 9.3%Language:Shell 7.4%