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

GDG-Lille/twall-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.