Skip to content

Commit

Permalink
Changing mentions of feedly to feedbin
Browse files Browse the repository at this point in the history
  • Loading branch information
edjw authored and WebInspectInc committed May 22, 2020
1 parent 8af4f4a commit 34c2812
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Just include this before you use the data, and it will kick off the processes re
Create a file in you project named `.env`, and add your Feedbin credentials. It should look like this:

```
FEEDLY_AUTH="youremail@email.com:FeedbinPassword"
FEEDBIN_AUTH="youremail@email.com:FeedbinPassword"
```


Expand Down
2 changes: 1 addition & 1 deletion feedbin.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const unionBy = require('lodash/unionBy');
require('dotenv').config();

const API = 'https://api.feedbin.com';
const AUTH = process.env.FEEDLY_AUTH;
const AUTH = process.env.FEEDBIN_AUTH;
const ROUTES = {
stars: '/v2/starred_entries.json',
entries: '/v2/entries.json'
Expand Down
2 changes: 1 addition & 1 deletion sample/sample.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FEEDLY_AUTH="youremail@email.com:Feedbin Password"
FEEDBIN_AUTH="youremail@email.com:Feedbin Password"

0 comments on commit 34c2812

Please sign in to comment.