Skip to content

sircon/kickstarter-slack-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kickstarter Slack Notifier

With this repo you can create a firebase cloud function that checks a Kickstarter campaign and posts to a Slack channel when there's a new backer.

Getting Started

  • Create a Firebase Project using the Firebase Developer Console

  • Enable billing on your project by switching to the Blaze plan. This is required to be able to do requests to non-Google services.

  • Install Firebase CLI Tools if you have not already and log in with firebase login.

  • Configure this sample to use your project using firebase use --add and select your project.

  • Install dependencies locally by running: cd functions; npm install; cd -

  • Add your Slack Webhook URL to firebase config:

    firebase functions:config:set slack.url=<YOUR SLACK WEBHOOK URL>
  • Add the Kickstarter page url to firebase config:

    firebase functions:config:set kickstarter.url=<YOUR KICKSTARTER URL>
  • Deploy your project using firebase deploy

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Authors

License

This project is licensed under the MIT License

About

Firebase Cloud Function to post a Kickstarter campaign progress to Slack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published