0.0.2 • Published 8 years ago

opencodelib v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Opencode library

A small library for get Products API

Installation

npm install @tahhsene/opencode-lib

Usage

var p = require('@TaahSene/opencode-lib');

var products = p('https://{URL_LOJA}');

Output should be a Objetc Producs{}

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.