scripting / feedBase

A project to get feeds into a base.
MIT License
33 stars 3 forks source link

Update to config.md #41

Open vincode-io opened 5 years ago

vincode-io commented 5 years ago

While trying to get a test version of feedBase up and running I hit a problem. The feedBase.io services were getting called instead of my test server. To fix the problem I had to add something like the following to my config.json:

"homepage": {
      "pagetitle": "feedBase",
      "urlTwitterServer": "http://hellofeeds.com:3300/"
},

I thought you might want to know incase you wanted to update the config.md document with it.

edit: forgot the pageTitle which is also needed

scripting commented 5 years ago

Thanks for the tip, I'll take a look and report back.

vincode-io commented 5 years ago

Another thing that tripped me up was that the myPort variable isn't being used by davetwitter.js. I had to include my port number in the myDomain variable to get a valid callback URL for Twitter.

I don't know if this just needs to be documented differently in config.md or if it is an enhancement for davetwitter.js, so I'm piggybacking on this issue.