An open API service indexing awesome lists of open source software.

https://github.com/raysrashmi/social-feeds

App in serverless fetching social feeds
https://github.com/raysrashmi/social-feeds

Last synced: about 1 year ago
JSON representation

App in serverless fetching social feeds

Awesome Lists containing this project

README

          

# social-feeds
Fetch tweets of ""FifaWorldCup2018"
Using

DynamoDB

Twit- Twitter API Client for node

To run it locally
```
yarn install
```
```
sls invoke local --function fetchFeeds --data twitter --aws-profile mnddevt -s dev

```

Ofcourse need twitter credentials
```
twitter_key: XXX
twitter_secret: YYYY
twitter_access_token: VVVVV
twitter_access_token_secret: ZZZZZ
```