railway-api
Advanced tools
Comparing version 1.1.0 to 2.0.0
{ | ||
"name": "railway-api", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "An API with various functionalities for indian railways", | ||
@@ -27,5 +27,28 @@ "main": "index.coffee", | ||
], | ||
"author": "Sachin Bansal <sachinbansal94@gmail.com>", | ||
"author": { | ||
"name": "Sachin Bansal", | ||
"email": "sachinbansal94@gmail.com" | ||
}, | ||
"license": "MIT", | ||
"homepage": "https://github.com/sachinb94/railway" | ||
"homepage": "https://github.com/sachinb94/railway", | ||
"_id": "railway-api@1.1.0", | ||
"dist": { | ||
"shasum": "68d3def779b667b0ab43d191984ef50379766fdb", | ||
"tarball": "http://registry.npmjs.org/railway-api/-/railway-api-1.1.0.tgz" | ||
}, | ||
"_from": "railway-api@*", | ||
"_npmVersion": "1.4.3", | ||
"_npmUser": { | ||
"name": "sachinb94", | ||
"email": "sachinbansal94@gmail.com" | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "sachinb94", | ||
"email": "sachinbansal94@gmail.com" | ||
} | ||
], | ||
"directories": {}, | ||
"_shasum": "68d3def779b667b0ab43d191984ef50379766fdb", | ||
"_resolved": "https://registry.npmjs.org/railway-api/-/railway-api-1.1.0.tgz" | ||
} |
@@ -15,3 +15,3 @@ # railway | ||
- set API key (optional: uses demo key) | ||
- set API key (MANDATORY) | ||
@@ -21,3 +21,2 @@ ```js | ||
``` | ||
Demo API is already included, though, our quota may have already exhausted for today. | ||
You may register for a key at http://www.railwayapi.com/pricing/ | ||
@@ -24,0 +23,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
8235
80