Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deiga/colne


https://github.com/deiga/colne

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# COLNE

[![Greenkeeper badge](https://badges.greenkeeper.io/deiga/colne.svg)](https://greenkeeper.io/)

This is a simple API to forward requests from an [750 Words](http://750words.com/) userscript to [IFTTT](https://ifttt.com/) Maker which in turn sends the data to an archiving solution.

### Motivation
I wanted an automated way of archiving my 750 Words ramblings and since they provide no API I had to get creative with a userscript and IFTTT. Too bad IFTTT Maker doesn't accept remote calls because of CORS.

I chose Node.js mostly for the ease and speed of creating it. I chose [HAPI](http://hapijs.com) because I wanted to learn a new web server library.