api-wrapper-library

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i api-wrapper-library

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

4.55 kB

Total Files

5

Last publish

Collaborators

  • mokeseven7