Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenWeathers committed Dec 9, 2018
1 parent 8162521 commit c0877e2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

API Server to update [GoogleDomains Dynamic DNS](https://support.google.com/domains/answer/6147083?hl=en) entries for a list of domains.

Runs a cronlike job to make a request to google for each domain entered.
Runs a cron job to make a request to google for each domain entered.

Exposes APIs to manage the domains entered, as well as manually trigger the job when needed.

Expand Down Expand Up @@ -56,9 +56,10 @@ docker run -v ${PWD}\hostnames.json:/data/hostnames.json -p 8000:8000 --name gdd
[DELETE]
/hostnames/domain.com
```

[GET]
/triggerUpdate
```

# Development

Expand Down Expand Up @@ -92,7 +93,4 @@ npm run test
### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
```

0 comments on commit c0877e2

Please sign in to comment.