Skip to content

Simple lightweight web application, that will give you exact speed of your autofill.

License

Notifications You must be signed in to change notification settings

ericz99/autofill-speed-test

Repository files navigation

Autofill Speed Test

License: MIT

Want to see how fast you autofill stripe? Try this out https://frosty-hawking-e651e4.netlify.com/

Installation

Autofill Speed Test requires the following...

Quick start:

# Install dependencies
yarn install

# Run production server
yarn run server

# Run client
yarn run client

# To build dist folder
yarn run build

# Make it your own repo
rm -rf .git && git init

# Installing in a new directory of your choice

git clone https://github.com/ericz99/static-webpack-boilerplate.git <your folder>

Config

# in config folder inside /src ~ set your own api key

const config = {
  apiKey: 'YOUR API_KEY'
};

Note

  • 4242 4242 4242 4242 is the default credit card for testing purposes!
  • After success submission, page auto refresh.

App Info

Author

Eric Zhang

Version

1.0.0

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Simple lightweight web application, that will give you exact speed of your autofill.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages