drive-now
v0.1.0
Published
Unofficial API client for the drive now resources
Downloads
2
Readme
Drive Now
An unofficial API client for the car sharing service Drive Now
. It provides methods to retrieve information about the car fleet from the official resource endpoints.
Latest: 0.1.0
Features
- supports UMD for browser and server usage
- usable with promises and callbacks
Usage
npm install --save drive-now
Getting Started
import DriveNow from 'drive-now'
const client = new DriveNow({
apikey: '<insertAPIKey>'
})
// client methods to call
API
For now checkout the source or the provided example.
TODO
- enhance methods
- extend documentation
- add tests for coverage