https://github.com/deiga/colne
https://github.com/deiga/colne
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/deiga/colne
- Owner: deiga
- License: mit
- Created: 2016-11-09T16:50:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T07:26:09.000Z (about 1 year ago)
- Last Synced: 2025-04-30T03:44:17.620Z (about 1 year ago)
- Language: JavaScript
- Size: 337 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COLNE
[](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.