0.0.1 • Published 5 years ago

api-wrapper-library v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

api-wrapper-library

npm version npm downloads Circle CI Codecov Dependencies Standard JS

A wrapper library for API's

📖 Release Notes

Setup

  1. Add the api-wrapper-library dependency with yarn or npm to your project
  2. Add api-wrapper-library to the modules section of nuxt.config.js
  3. Configure it:
{
  modules: [
    // Simple usage
    'api-wrapper-library',

    // With options
    ['api-wrapper-library', { /* module options */ }]
  ]
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) Mike McGrath mmcgrath@mindedge.com