All Projects → zapier → Resthooks

zapier / Resthooks

A lightweight subscription notification layer on top of your existing REST API

Projects that are alternatives of or similar to Resthooks

Phalanger
PHP 5.4 compiler for .NET/Mono frameworks. Predecessor to the opensource PeachPie project (www.peachpie.io).
Stars: ✭ 369 (-29.71%)
Mutual labels:  deprecated
Json Loader
json loader module for webpack - UNMAINTAINED
Stars: ✭ 431 (-17.9%)
Mutual labels:  deprecated
Gulp Ruby Sass
Compile Sass to CSS with Ruby Sass
Stars: ✭ 476 (-9.33%)
Mutual labels:  deprecated
Chromerestclient
ARC Chrome is deprecated. Please move to https://github.com/advanced-rest-client/arc-electron/
Stars: ✭ 381 (-27.43%)
Mutual labels:  deprecated
Code Gov Web
DEPRECATED 🛑- Federal Source Code policy implementation.
Stars: ✭ 423 (-19.43%)
Mutual labels:  deprecated
Refined Twitter Old
[DEPRECATED] Chrome extension that enforces the mobile web version of Twitter and improves its interface
Stars: ✭ 442 (-15.81%)
Mutual labels:  deprecated
Sphero.js
🚫 DEPRECATED: The Sphero JavaScript SDK to control Sphero robots.
Stars: ✭ 346 (-34.1%)
Mutual labels:  deprecated
Android Crop
Android library project for cropping images
Stars: ✭ 4,521 (+761.14%)
Mutual labels:  deprecated
Vue Mdc Adapter
DEPRECATED
Stars: ✭ 425 (-19.05%)
Mutual labels:  deprecated
Swiftocr
Fast and simple OCR library written in Swift
Stars: ✭ 4,459 (+749.33%)
Mutual labels:  deprecated
Govuk frontend toolkit
❗️GOV.UK Frontend Toolkit is deprecated, and will only receive major bug fixes and security patches.
Stars: ✭ 403 (-23.24%)
Mutual labels:  deprecated
Axe Cli
[Deprecated] A command-line interface for the aXe accessibility testing engine
Stars: ✭ 419 (-20.19%)
Mutual labels:  deprecated
Enhancedlistview
[DEPRECATED] An Android ListView with enhanced functionality (e.g. Swipe To Dismiss or Undo)
Stars: ✭ 468 (-10.86%)
Mutual labels:  deprecated
Msx
JSX for Mithril.js 0.x
Stars: ✭ 370 (-29.52%)
Mutual labels:  deprecated
Pygeoip
DEPRECATED: Pure Python API for Maxmind's binary GeoIP databases
Stars: ✭ 483 (-8%)
Mutual labels:  deprecated
React Heatpack
A 'heatpack' command for quick React development with webpack hot reloading
Stars: ✭ 354 (-32.57%)
Mutual labels:  deprecated
Tinx
⛔️ Laravel Tinx is archived and no longer maintained.
Stars: ✭ 437 (-16.76%)
Mutual labels:  deprecated
Nickjs
Web scraping library made by the Phantombuster team. Modern, simple & works on all websites. (Deprecated)
Stars: ✭ 494 (-5.9%)
Mutual labels:  deprecated
Aawindow
[Deprecated] · UIWindow subclass to enable behavior like adaptive round-corners & detecting when Control Center is opened.
Stars: ✭ 486 (-7.43%)
Mutual labels:  deprecated
Django Knowledge
Add a help desk or knowledge base to your Django project with only a few lines of boilerplate code.
Stars: ✭ 473 (-9.9%)
Mutual labels:  deprecated
  _____   ______   _____  _______  _    _   ____    ____   _  __  _____    ____   _____    _____ 
 |  __ \ |  ____| / ____||__   __|| |  | | / __ \  / __ \ | |/ / / ____|  / __ \ |  __ \  / ____|
 | |__) || |__   | (___     | |   | |__| || |  | || |  | || ' / | (___   | |  | || |__) || |  __ 
 |  _  / |  __|   \___ \    | |   |  __  || |  | || |  | ||  <   \___ \  | |  | ||  _  / | | |_ |
 | | \ \ | |____  ____) |   | |   | |  | || |__| || |__| || . \  ____) |_| |__| || | \ \ | |__| |
 |_|  \_\|______||_____/    |_|   |_|  |_| \____/  \____/ |_|\_\|_____/(_)\____/ |_|  \_\ \_____|
                                                                                                 

REST Hooks are a lightweight subscription layer on top of your existing REST API.

The real-time web is already here, but REST APIs haven't kept up. Many major players have already standardized upon subscription webhooks. REST Hooks are a way to consolidate that momentum and push it to a broarder audience.

For more information, code examples, libraries, and company profiles check out http://resthooks.org.

http://resthooks.org an initiative by Zapier 2013-2017.

How to run locally.

Clone the repo and hop into the correct directory.

git clone [email protected]:zapier/resthooks.git && cd resthooks

Next, you'll want to make a virtual environment (we recommend using virtualenvwrapper but you could skip this) and then install dependencies:

mkvirtualenv resthooks -p python2.7
pip install -r requirements.txt

Now you can run the server!

foreman run web
# or
python resthooks.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].