Skip to content

Instantly share code, notes, and snippets.

@theawesomenayak
Created October 12, 2020 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theawesomenayak/195fff0f32991521ef0c7e34a23a4b47 to your computer and use it in GitHub Desktop.
Save theawesomenayak/195fff0f32991521ef0c7e34a23a4b47 to your computer and use it in GitHub Desktop.
@app.route('/news')
def index():
news = get_news_from_google()
return {'result': news}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment