Coder Social home page Coder Social logo

weblatch's Introduction

Weblatch

Connect your Webhooks to Weblatch

Installation

  1. Sign-up for a Cloudant account
  2. Create a weblatch database in your new account.
  3. git clone this repo
  4. cd into that directory
  5. couchapp push . http://{user}:{pass}@{your}.cloudant.com/weblatch
  • you can also do erica push . {url} if you'd prefer.
  1. Verify that Weblatch is installed by visiting your Cloudant Dashboard.

Webhook Setup

Set your Webhook to POST to...

http://{your}.cloudant.com/weblatch/_design/weblatch/_update/latch

If the body of your POST request is JSON and includes and _id field, the new document will use that _id field for its value. If it does not include an _id field, then Cloudant will generate a UUID.

Alternatively, you can use PUT like so...

http://{your}.cloudant.com/weblatch/_design/weblatch/_update/latch/{doc_id}

Where doc_id is your preferred document ID (aka, doc._id). Depending on the system you're using, PUT may be easier to setup than POST as the sender does not need to include an _id key--the latch update handler will do that.

License

Apache License 2.0

weblatch's People

Contributors

bigbluehat avatar

Watchers

Jason Lee Ertle avatar James Cloos 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.