drive-now

0.1.0 • Public • Published

js-standard-style

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

Readme

Keywords

Package Sidebar

Install

npm i drive-now

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • autarc