API Google Keyword Checker adalah tools sederhana untuk mendapatkan informasi jumlah hasil query dari keyword.
Use the package manager NodeJS to install API Google Keyword Checker.
git clone git@github.com:Ir001/api-google-keyword-checker.git
cd api-google-keyword-checker
npm install
npm start
curl --location --request POST 'http://localhost:3000/api/' \
--header 'Content-Type: text/plain' \
--data-raw '{
"keywords" :[
"irwan antonio",
"other keywords"
]
}'
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.