Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deiga/colne
https://github.com/deiga/colne
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/deiga/colne
- Owner: deiga
- License: mit
- Created: 2016-11-09T16:50:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T22:40:42.000Z (about 2 months ago)
- Last Synced: 2024-10-26T12:28:49.200Z (about 2 months ago)
- Language: JavaScript
- Size: 307 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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.