Fetch all tweets from DAO's Twitter account and store all tweets and related users in the Database. The frontend will figure out who owns the tweet after the fact.
This App is generated using @nrwl/node:application
. Check all
targets at project.json
DATABASE_URL
: URL references that Database cluster,govrn
.1BEARER_TOKEN
: Twitter's API bearer Token.PROTOCOL_URL
: link to gql endpoint:http://localhost:4000/graphql
Footnotes
-
How to prepare
postgres
and getDATABASE_URL
go toprotocol-api
↩