typing-speed-test-api
Version:
A simple Node.js API to calculate typing speed and accuracy based on user input.
23 lines (22 loc) • 424 B
JSON
{
"name": "typing-speed-test-api",
"version": "1.0.0",
"description": "A simple Node.js API to calculate typing speed and accuracy based on user input.",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"keywords": [
"typing",
"speed",
"accuracy",
"api",
"nodejs",
"express"
],
"author": "Ravi",
"license": "MIT",
"dependencies": {
"express": "^4.18.2"
}
}