Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

citibike

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

citibike - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

lib/citibike.js

43

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc