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

Cloud functions for the meet-a-winner projects

License

Notifications You must be signed in to change notification settings

devlille/meet-a-winner-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Functions / Meet a Winner // GDG Lille (@GDGLille)

PROD - https://meet-a-winner.gdglille.org

CircleCI

STAGING - https://meet-a-winner-staging.gdglille.org

CircleCI

Made with ...

How to build in production ?

Nothing to do, Circle CI does it :) (@see .circleci/config.yml)

How to test locally ?

  • Run npm install to install all dependancies.
  • Run npm run serve to deploy a dev server.

What's in the box ?

findAllTweetsByQuery (callable)

Retrieve all tweets with the given query.

findAndShuffleAllParticipantsForTwitterDraw (callable)

Retrieve all retweets of the given tweet and shuffle them 3 times by default.

Contact via Issues on the meet-a-winner project

Helpful for question, bug and contribution request.