Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "citibike", | ||
"version": "0.0.1", | ||
"description": "Node.js library to interact with Citi's citibikeNYC API", | ||
"main": "main.js", | ||
"author": "Kevin Coughlin", | ||
"keywords": ["citi", "citibikenyc", "NYC", "bike", "citibike"], | ||
"repository" : { | ||
"type": "git", | ||
"url": "https://github.com/KevinTCoughlin/citibike" | ||
}, | ||
"dependencies": { | ||
}, | ||
"engines": { "node": "*" } | ||
} | ||
"name": "citibike", | ||
"version": "1.0.0", | ||
"description": "Citibike API Client Library for node.js", | ||
"keywords": [ | ||
"citbikenyc", | ||
"citi", | ||
"bike", | ||
"nyc", | ||
"api" | ||
], | ||
"homepage": "https://github.com/KevinTCoughlin/citibike", | ||
"author": "Kevin Coughlin <kevintcoughlin@gmail.com>", | ||
"licenses": [ | ||
{ | ||
"type": "The MIT License", | ||
"url": "https://raw.github.com/KevinTCoughlin/citibike/master/LICENSE" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/KevinTCoughlin/citibike.git" | ||
}, | ||
"dependencies": {}, | ||
"engines": [ | ||
"node >=0.4.0" | ||
], | ||
"main": "./lib/citibike" | ||
} |
@@ -1,7 +0,36 @@ | ||
citibike | ||
======== | ||
# CitibikeNYC API Client Library for node.js | ||
7/3 - Currently waiting for API release. | ||
----------------------------------------- | ||
A node.js module, which provides an object oriented wrapper for the CitibikeNYC API. | ||
A node.js library for Citibike's API | ||
## Installation | ||
Install using the node.js package manager [npm](http://npmjs.org/): | ||
$ npm install citibike | ||
or | ||
Install via git clone: | ||
$ git clone git://github.com/KevinTCoughlin/citibike.git | ||
$ cd citibike | ||
$ npm install | ||
## Documentation | ||
You can find the docs for the API of this client at [https://github.com/KevinTCoughlin/citibike](https://github.com/KevinTCoughlin/citibike) | ||
## Example Usage | ||
## Implemented API Endpoints | ||
* Stations: | ||
* Stations Streaming: 0% | ||
* Helmets: | ||
* Branches: | ||
## Testing | ||
## LICENSE | ||
MIT license. See the LICENSE file for details. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5414
5
0
116
0
36
1