All Projects → EyalRonel → asana-webhooks-manager

EyalRonel / asana-webhooks-manager

Licence: other
Asana Webhooks Manager (AWM) is a free and open source management and event handling server, written in JavaScript (NodeJS, Angular) for Asana's webhooks API. Use AWM to manage webhooks subscriptions and accept event payloads from Asana in real-time. Want to create your own Asana Dashboard? Consider AWM as your starting point!

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to asana-webhooks-manager

apex
Apex RTOS - A (somewhat) Linux compatible real time operating system
Stars: ✭ 15 (-34.78%)
Mutual labels:  real-time
stream2segment
A Python project to download, process and visualize medium-to-massive amount of seismic waveforms and metadata
Stars: ✭ 18 (-21.74%)
Mutual labels:  angularjs
verse-blender
Blender Python Add-on with Verse integration
Stars: ✭ 36 (+56.52%)
Mutual labels:  real-time
signalr-client
SignalR client library built on top of @aspnet/signalr. This gives you more features and easier to use.
Stars: ✭ 48 (+108.7%)
Mutual labels:  real-time
ng-scrollable
Superamazing scrollbars for AngularJS
Stars: ✭ 58 (+152.17%)
Mutual labels:  angularjs
ng-apimock
Node plugin that provides the ability to use scenario based api mocking: for local development for protractor testing
Stars: ✭ 102 (+343.48%)
Mutual labels:  angularjs
tally
🙋‍♀️Social voting app
Stars: ✭ 58 (+152.17%)
Mutual labels:  real-time
pillow-cli
A CLI tool for booting modernized AngularJS projects.
Stars: ✭ 12 (-47.83%)
Mutual labels:  angularjs
Custom-Object-Detection-using-Darkflow
Make custom objects dataset and detect them using darkflow. Darkflow is a tensorflow translation of Darknet.
Stars: ✭ 21 (-8.7%)
Mutual labels:  real-time
ChatService
ChatService (SignalR).
Stars: ✭ 26 (+13.04%)
Mutual labels:  real-time
IoT-Technical-Guide
🐝 IoT Technical Guide --- 从零搭建高性能物联网平台及物联网解决方案和Thingsboard源码分析 ✨ ✨ ✨ (IoT Platform, SaaS, MQTT, CoAP, HTTP, Modbus, OPC, WebSocket, 物模型,Protobuf, PostgreSQL, MongoDB, Spring Security, OAuth2, RuleEngine, Kafka, Docker)
Stars: ✭ 2,565 (+11052.17%)
Mutual labels:  real-time
laravel-ohdear-webhooks
Handle Oh Dear webhooks with ease in a Laravel app
Stars: ✭ 18 (-21.74%)
Mutual labels:  webhooks
ByteTrack
ByteTrack: Multi-Object Tracking by Associating Every Detection Box
Stars: ✭ 1,991 (+8556.52%)
Mutual labels:  real-time
XBotControl
XBotControl framework: XBotCore + OpenSoT + CartesI/O
Stars: ✭ 23 (+0%)
Mutual labels:  real-time
transform-hub
Flexible and efficient data processing engine and an evolution of the popular Scramjet Framework based on node.js. Our Transform Hub was designed specifically for data processing and has its own unique algorithms included.
Stars: ✭ 38 (+65.22%)
Mutual labels:  real-time
terraform-github-repository-webhooks
Terraform module to provision webhooks on a set of GitHub repositories
Stars: ✭ 20 (-13.04%)
Mutual labels:  webhooks
angular-google-picker
An Angular directive that interact with Google Picker API
Stars: ✭ 78 (+239.13%)
Mutual labels:  angularjs
request-baskets
HTTP requests collector to test webhooks, notifications, REST clients and more ...
Stars: ✭ 149 (+547.83%)
Mutual labels:  webhooks
SiamFC-tf
A TensorFlow implementation of the SiamFC tracker, use with your own camera and video, or integrate to your own project 实时物体追踪,封装API,可整合到自己的项目中
Stars: ✭ 22 (-4.35%)
Mutual labels:  real-time
platyplus
Low-code, offline-first apps with Hasura
Stars: ✭ 22 (-4.35%)
Mutual labels:  real-time

Build Status Coverage Status

Asana Webhooks Manager and Event Handler (AWM)

AWM is an open-source, webhooks management and event handling server for Asana
Consider AWM as your starting point (and time saver) for creating your own real-time applications on top of Asana's webhooks machanism.

View workspaces and projects
Subscribe for real-time event notifications
Subscribe for real-time event notifications

Out-of-the-box support for:

  • Login with Asana
  • Webhooks management for all projects and all workspaces (view,add,remove)
  • Handling webhooks "handshake" during creation
  • Accepting webhook events payloads and verifying payload source (hmac2056)
  • A live view for viewing incoming events in real-time
  • Documentation on how to extend and modify

Installation

AWM requires Node.js v6.9+ to run.
Download, extract and run the server

$ cd asana-webhooks-manager
$ node server.js
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].