An unofficial API client for the Drive Now resources which provides methods to retrieve information about the car fleet.
Latest: 0.1.0
- supports UMD for browser and server usage
- usable with promises and callbacks
npm install --save drive-now
import DriveNow from 'drive-now'
const client = new DriveNow({
apikey: '<insertAPIKey>'
})
// client methods to call
For now checkout the source or the provided example.
- enhance methods
- extend documentation
- add tests for coverage