Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 962 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 962 Bytes

API Google Keyword Checker

API Google Keyword Checker adalah tools sederhana untuk mendapatkan informasi jumlah hasil query dari keyword. Image

Installation

Use the package manager NodeJS to install API Google Keyword Checker.

git clone [email protected]:Ir001/api-google-keyword-checker.git
cd api-google-keyword-checker
npm install
npm start

Usage

curl --location --request POST 'http://localhost:3000/api/' \
--header 'Content-Type: text/plain' \
--data-raw '{
    "keywords" :[
        "irwan antonio",
        "other keywords"
    ]
}'

Contributing

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.

License

MIT