# twitter-api Program that queries the twitter api and lists the tweets ## Steps * Create git repo * Add deployment on Ziet (Example - https://github.com/Peripona/ziet-timer-app) * Generate new developer account on https://developer.twitter.com/ * Create an app https://developer.twitter.com/en/apps * Collect consumer keys and tokens :: https://developer.twitter.com/en/apps/15835084 * npm init * Collect tweets and return text * update docker and build with `now` * Deployed on https://twitter-api-ydiegihbws.now.sh/query/ninja * Extend the app to become a express frontend + backend app (use express generator) * Add graphql * Implement lazy fetching and deploy graphql version on now * Implement translations api as well. * Also now deploy now with every push automatically