Mercurial > pumpbridge
comparison src/pumpio.coffee @ 3:98a070c98982
add Twitter support
author | Mathias Gebbe <mgebbe@intevation.de> |
---|---|
date | Thu, 05 Jun 2014 18:02:25 +0200 |
parents | b73191efc65b |
children | 6fd0a307850f |
comparison
equal
deleted
inserted
replaced
2:e942a968cb52 | 3:98a070c98982 |
---|---|
1 # Copyright (C) 2014 by Intevation GmbH | 1 # Copyright (C) 2014 by Intevation GmbH |
2 # Author: Mathias Gebbe <mgebbe@intevation.de> | 2 # Author: Mathias Gebbe <mgebbe@intevation.de> |
3 # | 3 # |
4 # This file is Free Software under the Apache License, Version 2.0 | 4 # This file is Free Software under the Apache License, Version 2.0; |
5 # (the "License"); and comes with ABSOLUTELY NO WARRANTY! | 5 # and comes with NO WARRANTY! |
6 # You may not use this file except in compliance with the License. | 6 # See the documentation coming with pumpbridge for details. |
7 # See LICENSE for details. | |
8 | 7 |
9 https = require("https") | 8 https = require("https") |
10 async = require("async") | 9 async = require("async") |
11 _ = require("underscore") | 10 _ = require("underscore") |
12 Routes = require("./routes") | 11 Routes = require("./routes") |