7shifts

0.0.8 • Public • Published

7Shifts Javascript

Require it in your project.

const svnShifts = require('7shifts');

then you can do things like

svnShifts.Locations.list(YOUR_API_KEY)
  .then(function (resp) {
    console.log(resp)
  })
  .catch(function (err) {
    console.log(err)
  })

Readme

Keywords

none

Package Sidebar

Install

npm i 7shifts

Weekly Downloads

8

Version

0.0.8

License

MIT

Last publish

Collaborators

  • sealthedeal