Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 1.17 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.17 KB

Cloud Functions / Twall // GDG Lille (@GDGLille)

Build Status

Made with ...

How to build in production ?

Nothing to do, Jenkins does it :) (@see Jenkinsfile)

How to test locally ?

First, you have to install Firebase tools via npm install -g firebase-tools.

Now, go in the worker directory, go further in the functions directory and :

  • Play firebase functions:config:get > .runtimeconfig.json ;
  • Play npm run serve ;
  • Let the magic happen

What's in the box ?

There are only 1 function

  • getTweetsForHashtag which retrieve the last 50 tweets mentioning the specified hashtag (by default #DevFestLille).

Contact via Issues on the twall project

Helpful for question, bug and contribution request.