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.
- Host: GitHub
- URL: https://github.com/ericz99/autofill-speed-test
- Owner: ericz99
- License: mit
- Created: 2019-11-19T02:53:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-24T03:49:00.000Z (over 6 years ago)
- Last Synced: 2025-03-31T04:41:15.230Z (about 1 year ago)
- Topics: testing
- Language: JavaScript
- Size: 146 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Autofill Speed Test
[](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