Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

integrate IFTTT to support everware data #124

Open
amitkumarj441 opened this Issue May 14, 2016 · 4 comments

Comments

Projects
None yet
3 participants
Contributor

amitkumarj441 commented May 14, 2016

We should use task automation tool IFTTT( IF This Then That) for integrating links with the help of various triggers.

Following are the list of proposed triggers to achieve the goal of implementing the triggers to
support everware data:

  1. Add new feed item( fires every time a new item is added to the feed you specify)
  2. Modify item.
  3. New feed item matches
  4. Delete item.
  5. Release at once.

Our core application everware will hold a list of the triggers that will be implemented and also some utilities that will be used in core of the application. The core will mostly consist of; function definition to handle basic HTTP errors like (401, 404, 500 etc..) and also routes that will be used to do the calls to the everware API(if available) from time to time to get recent changes.

Owner

betatim commented May 15, 2016

What kind of use case do you have in mind for this? everware is mainly for interactive computing

Contributor

amitkumarj441 commented May 15, 2016

This will be used to make everware data to communicate with other web services (IFTTT web service) across the web. By adding RSS views will enable users to connect with the service independent of IFTTT.

Owner

anaderi commented Jun 2, 2016

@amitkumarj441
maybe you check jupyter kernel gateway for integration with IFTTT?
http://blog.ibmjstart.net/2016/01/28/jupyter-notebooks-as-restful-microservices/
https://github.com/jupyter/kernel_gateway
it allows creation of webservice right from your notebook just by adding a few lines of annotation.

Contributor

amitkumarj441 commented Jun 13, 2016

Hi @anaderi ,

Thanks for letting me know about these useful links! 👍

Cheers,
Amit Kumar Jaiswal

anaderi added the wontfix label Aug 14, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment