Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fdaciuk/google-adwords-broad-matching
Add a "+" before each word.
https://github.com/fdaciuk/google-adwords-broad-matching
Last synced: about 1 month ago
JSON representation
Add a "+" before each word.
- Host: GitHub
- URL: https://github.com/fdaciuk/google-adwords-broad-matching
- Owner: fdaciuk
- Created: 2014-03-28T10:16:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-28T12:14:38.000Z (over 10 years ago)
- Last Synced: 2024-04-09T21:52:06.320Z (7 months ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Adwords Broad Matching
Add a '+' before each word.
Online version: [https://rawgithub.com/fdaciuk/Google-Adwords-Broad-Matching/master/index.html](https://rawgithub.com/fdaciuk/Google-Adwords-Broad-Matching/master/index.html)
## Installation
You need to have NodeJS installed. Download the [NodeJS here](http://nodejs.org/download/) and follow the instructions for installation.
After that, download the files in this repository.
## Running
Create a file called `keywords.txt` with the words you need to add the "+" in front.
Run the following command in your terminal:
```
node app.js
```When you receive the message `"Done!"` Check the file keywords.txt. The words are already ready to paste in Google Adwords :)
> PS. If the answer of the above command is `"File OK!"`, your file was already formatted with the "+" character before each word.