forked from apis-is/apis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added a new method for getting available weather stations
- Loading branch information
Showing
4 changed files
with
101 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"name": "Kristján Ingi Mikaelsson", | ||
"email": "[email protected]" | ||
}, | ||
"description": "A json wraper around publicly open data in Iceland", | ||
"description": "A json wrapper around publicly open data in Iceland", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/kristjanmik/apis.git" | ||
|
@@ -36,9 +36,11 @@ | |
"scraper": "0.0.9", | ||
"jquery": "~1.8.3", | ||
"cluster-master": "~0.1.2", | ||
"redis": "~0.8.4" | ||
"redis": "~0.8.4", | ||
"xregexp": "~2.0.0" | ||
}, | ||
"scripts": { | ||
"test": "node_modules/mocha/bin/mocha test/integration" | ||
"test": "node_modules/mocha/bin/mocha test/integration", | ||
"unit-test": "node_modules/mocha/bin/mocha test/unit" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters