An open API service indexing awesome lists of open source software.

https://github.com/ericz99/autofill-speed-test

Simple lightweight web application, that will give you exact speed of your autofill.
https://github.com/ericz99/autofill-speed-test

testing

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

## Autofill Speed Test

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/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...

- [Node.js (LTS Version)](http://nodejs.org/)
- [YarnPKG](https://yarnpkg.com/lang/en/docs/install/#windows-stable)

Quick start:

```bash

# 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

```

### Config

```sh

# 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](LICENSE) file for details