forked from offsnore/wundernode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.78 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "wundernode",
"main": "./lib/wundernode.js",
"description": "Wunderground API module for nodeJS",
"homepage": "http://www.github.com/evalcrux/wundernode",
"keywords": [
"weather",
"api",
"wunderground",
"wind",
"wundernode"
],
"author": {
"name": "Andrew Anderson @_offshore"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/evalcrux/wundernode/blob/master/LICENSE.txt"
}
],
"dependencies": {
"request": "= 2.9.201",
"limiter": "=1.0.3"
},
"devDependencies": {
"express": "= 3.0"
},
"repository": {
"type": "git",
"url": "git://github.com/evalcrux/wundernode.git"
},
"engines": {
"node": ">=0.6.7"
},
"version": "0.5.0",
"readme": "wundernode\n-------\nNodeJS API to integrate with [Wunderground API](http://www.wunderground.com/weather/api/).\n\nThis library provides NodeJS with an abstraction to the [Wunderground API](http://http://www.wunderground.com/weather/api/) allowing developers to query and integrate Wunderground services into their own applications.\n\nThis library nor the authors have any formal relationship with Wunderground other than the wind we use.\n\n## Getting Started\n\n 1. If you have never done so, sign up for [Wunderground] Dev API service(http://www.wunderground.com/weather/api/) \n 2. Wait for you API key to be generated. This should be quick\n 3. Download wundernode: `npm install wundernode`\n 4. Look at the Example. Replace the null apikey value with your api key.\n 5. Play with the example. Good stuff, praise node some and the wunderground developers for opening a nice JSON API.\n",
"readmeFilename": "README.md",
"_id": "[email protected]",
"dist": {
"shasum": "8811211719be44e18fd6c8a23f43f6f9294ebbd5"
},
"_from": "[email protected]"
}