Code Monkey home page Code Monkey logo

firebasecloudfunctions-for-newsapp's Introduction

Firebase Cloud Functions and App Engines codes for News app.

App Engine's PubSub Cron is triggerd every morining and cloud functions fetch new blog artilcles and new Youtube videos.

Firebase Cloud Functions

Fetch Youtube Videos

Fetching a new Youtube video and creating list categorized by "category".

2018-08-26 20 22 56

You can fetch Youtube video's infomation without using OAuth2. All you need is just to register Google APIs.

In functions/youtube.js you can fetch the latest video on your favorite Youtube channel if you get channelId of that, and can put it into Firebase realtime database.

Fetch Articles via RSS

Fetching a new blog article and creating list orderd by newest.

2018-08-26 20 21 58

In functions/column.js you can fetch articles via RSS and put it into Firebase realtime database.

AppEngine

PubSub Cron

Triggerd every morning.

2018-08-26 20 29 48

This is perfectly referenced from this article ( https://developers-jp.googleblog.com/2017/04/how-to-schedule-cron-jobs-with-cloud.html )

You should just edit appengine/cron.yaml.

firebasecloudfunctions-for-newsapp's People

Contributors

kboy-silvergym avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.